IE6/IE7 css border on select element

前端 未结 14 731
面向向阳花
面向向阳花 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:39

    IE < 8 does not render the dropdown list itself it just uses the windows control which cannot be styled this way. Beginning from IE 8 this has changed and the styling is now applied. Of course, its market share is rather negligible yet.

提交回复
热议问题