css - About HTML page IE judgment
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-16 13:33:16
0
2
570

<![if !IE]>
<![endif]>
Versions other than IE are visible

What I need to do now is that except for IE8-, versions lower than IE8 are not visible. How should I write it.

I didn’t ask clearly, but it is not visible for versions lower than IE8, but can be seen by other browsers higher than IE8 and non-IE browsers.

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(2)
黄舟
<!--[if lt IE 8]>
    <!-- 你的内容 -->
<![endif]-->
仅有的幸福

<!--[if lte IE 8]>
<p class="chromeframe" style="color:#fff;display:block; margin:0 auto; width:1000px; text-align:center; "> It is recommended to upgrade your IE browser, or use advanced browsers such as Google Chrome, Firefox, etc., you will get a better experience! </p>
<![endif]-->

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!