IE 8 - 9条件样式表不触发

时间:2014-03-21 10:16:28

标签: html css internet-explorer internet-explorer-8

我添加了以下内容以使IE8和IE9使用我的ie8.css但是当我模仿在IE8或IE9上时似乎根本不使用它。 (不要安装它们,所以我使用IE11开发人员工具正常执行此操作。)

<!--[if !IE]><!-->
    <link rel="stylesheet" href="<?php HTTP_HOST; ?>/Styles/global-en.css" type="text/css" media="screen" />
<!--<![endif]-->

<!--[if lt IE 9]>
    <link rel="stylesheet" href="<?php HTTP_HOST; ?>/Styles/ie8.css" type="text/css" media="screen" />
<![endif]-->
<!--[if lte IE 8]>
    <link rel="stylesheet" href="<?php HTTP_HOST; ?>/Styles/ie8.css" type="text/css" media="screen" />
<![endif]-->

实时网址:http://bit.ly/1r4dvw5

1 个答案:

答案 0 :(得分:1)

IE11的模拟器被搞砸了,查看这篇文章: http://www.impressivewebs.com/ie11-emulation-conditional-comments/

我建议安装像IEtester这样的东西: http://www.my-debugbar.com/wiki/IETester/HomePage

或者通过http://www.modern.ie

更好地安装VM