HTML IE条件评论

Posted

tags:

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

<!--[if IE]>
     <link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->

<!--[if IE 5]>
     <link rel="stylesheet" href="css/ie5.css" type="text/css" />
<![endif]-->

<!--[if IE 5.5]>
     <link rel="stylesheet" href="css/ie55.css" type="text/css" />
<![endif]-->

<!--[if IE 6]>
     <link rel="stylesheet" href="css/ie6.css" type="text/css" />
<![endif]-->

<!--[if IE 7]>
     <link rel="stylesheet" href="css/ie7.css" type="text/css" />
<![endif]-->

<!--[if IE 8]>
     <link rel="stylesheet" href="css/ie8.css" type="text/css" />
<![endif]-->

<!--[if lt IE 7]>
     <link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->

<!--[if lt IE8]>
     <link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->

HTML HTML标签IE条件评论

<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie10 lt-ie9 lt-ie8 ie7"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie10 lt-ie9 ie8"> <![endif]-->
<!--[if IE 9]>         <html class="no-js lt-ie10 ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js"> <!--<![endif]-->
<!--[if !IE]><!-->
  <script>
    if( Function('/*@cc_on return document.documentMode===10@*/')() ) {
      document.documentElement.className+=' ie10';
    }
  </script>
<!--<![endif]-->

以上是关于HTML IE条件评论的主要内容,如果未能解决你的问题,请参考以下文章

HTML IE条件评论

HTML IE条件评论

HTML Wordpress:IE条件评论

HTML IE条件评论

JavaScript IE CSS - 条件评论

CSS IE的条件评论