简体   繁体   中英

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. This worked before. I am using Internet Explore 11 on Windows 8.1.

    <!--[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. 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 :(.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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