IE9应该支持条件注释.我有正确的MIME类型:'type ="text/css"'.所有其他条件样式表都被读入正确的浏览器.
这是我无法阅读的内容:
<!--[if IE 9]><link rel="stylesheet" type="text/css" href="includes/ie9.css"><![endif]-->
它与其他人一起处于领先地位,但在IE9中却不会显示出来.
conditional-comments internet-explorer-9
conditional-comments ×1
internet-explorer-9 ×1