我为所有 IE 版本指定了一个规则,但由于某种原因它不起作用。
<!--[if IE]>
<style type="text/css">
#topmenu LI.fisrt {
padding: 5px 5px !important;
font: 13px/43px sans-serif !important;
text-transform: uppercase;
}
</style>
<![endif]-->
我为所有 IE 版本指定了一个规则,但由于某种原因它不起作用。
<!--[if IE]>
<style type="text/css">
#topmenu LI.fisrt {
padding: 5px 5px !important;
font: 13px/43px sans-serif !important;
text-transform: uppercase;
}
</style>
<![endif]-->
来自MSDN:
Internet Explorer 10 标准和怪癖模式已删除对条件注释的支持,以提高互操作性和与 HTML5 的合规性
这个想法是 IE10 比旧 IE 版本具有更好的标准支持,并且不再需要有条件地定位它。