IE8显示select多选时,无边框解决方案

在项目中需要支持IE8,在select为multiple(多选)时,边框不给显示了。查了下网上的资料。解决方案如下:
1.select使用div包围,给div用css加个边框。
2.加入标签<meta http-equiv='X-UA-Compatible' content='IE=8'>。传送门:http://haacked.com/archive/2008/10/14/interesting-browser-bug-with-css-border-and-the-select-element.aspx

方法2明天上班试试。

你可能感兴趣的:(css)