【发布时间】:2011-08-22 16:16:17
【问题描述】:
IE9 应该支持条件 cmets。我有正确的 MIME 类型:'type="text/css"'。所有其他条件样式表都被读入正确的浏览器。
这是我无法阅读的内容:
<!--[if IE 9]><link rel="stylesheet" type="text/css" href="includes/ie9.css"><![endif]-->
它与其余部分一起在头部,但在 IE9 中不会出现在头部。
【问题讨论】:
标签: internet-explorer-9 conditional-comments