IE6/IE7 css border on select element

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

    Just add an doctype declaration before the html tag

    ex.:

    It is gonna work in JSP files as well. For further info: HTML Doctype Declaration

提交回复
热议问题