【发布时间】:2012-02-16 05:28:08
【问题描述】:
我对 IE 的条件注释有点问题。
<link rel = "stylesheet"
type = "text/css"
href = "css/stil.css" />
<!--[if IE]>
<link rel = "stylesheet"
type = "text/css"
href = "css/ie.css" />
<![endif]-->
它在 IE9 中不起作用,IE9 加载普通样式表 (css/stil.css) 而不是我在条件注释中指定的样式表。请帮忙:)
【问题讨论】:
标签: css internet-explorer conditional stylesheet comments