简体   繁体   English

IE条件语句不再通过开发人员工具在IE 11中工作

[英]IE Conditional Statement No Longer Working In IE 11 via Developer Tools

For some reason the following conditional is not working when I choose IE8 in the Internet Explorer document node and/or user agent. 由于某些原因,当我在Internet Explorer文档节点和/或用户代理中选择IE8时,以下条件不起作用。 This worked before. 这以前工作。 I am using Internet Explore 11 on Windows 8.1. 我在Windows 8.1上使用Internet Explorer 11。

    <!--[if lt IE 9]>
        <p class="alert alert-info chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
    <![endif]-->

This bug should be fixed in the latest Windows Update. 此错误应在最新的Windows Update中修复。 Let me know if you see issues after installing the update. 如果安装更新后出现问题,请告诉我。

The bug is on connect and you can track it there but it hasn't been update :(. 该错误在连接上 ,您可以在此处跟踪它,但尚未更新:(。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM