Home  >  Q&A  >  body text

css - About HTML page IE judgment

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

曾经蜡笔没有小新曾经蜡笔没有小新2735 days ago574

reply all(2)I'll reply

  • 黄舟

    黄舟2017-05-16 13:35:16

    <!--[if lt IE 8]>
        <!-- 你的内容 -->
    <![endif]-->

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-05-16 13:35:16

    <!--[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]-->

    reply
    0
  • Cancelreply