javascript IE条件注释#html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript IE条件注释#html相关的知识,希望对你有一定的参考价值。

<!--[if IE ]>
   <body class="ie">
<![endif]-->
<!--[if !IE]>-->
   <body>
<!--<![endif]-->





<!DOCTYPE html>
<!--[if IEMobile 7 ]>
  <html dir="ltr" lang="en-US"class="no-js iem7">
<![endif]-->
<!--[if lt IE 7 ]>
  <html dir="ltr" lang="en-US" class="no-js ie6 oldie">
<![endif]-->
<!--[if IE 7 ]>
  <html dir="ltr" lang="en-US" class="no-js ie7 oldie">
<![endif]-->
<!--[if IE 8 ]>
  <html dir="ltr" lang="en-US" class="no-js ie8 oldie">
<![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]> <-->
  <html dir="ltr" lang="en-US" class="no-js">
<!--> <![endif]-->

以上是关于javascript IE条件注释#html的主要内容,如果未能解决你的问题,请参考以下文章

IE的有条件注释

Javascript IE 检测,为啥不使用简单的条件注释? [复制]

IE 修复 - 条件注释脚本不会执行

IE条件注释

IE里的条件注释

HTML if条件注释