IE6/IE7 css border on select element

前端 未结 14 732
面向向阳花
面向向阳花 2020-11-28 11:26

Does anyone have a solution for styling the borders of \"select\" elements in Internet Explorer using CSS?

14条回答
  •  难免孤独
    2020-11-28 11:36

    I've worked around the inability to put a border on the select in IE7 (IE8 in compatibility mode)

    By giving it a border as wel as a padding, it looks like something....

    Not everything, but it's start...

提交回复
热议问题