我添加了以下内容以使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]-->
答案 0 :(得分:1)
IE11的模拟器被搞砸了,查看这篇文章: http://www.impressivewebs.com/ie11-emulation-conditional-comments/
我建议安装像IEtester这样的东西: http://www.my-debugbar.com/wiki/IETester/HomePage
更好地安装VM