html IE的条件HTML类

Posted

tags:

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

<!--[if lt IE 7]>  <html class="ie ie6 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 7]>     <html class="ie ie7 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 8]>     <html class="ie ie8 lte9 lte8"> <![endif]-->
<!--[if IE 9]>     <html class="ie ie9 lte9"> <![endif]-->
<!--[if gt IE 9]>  <html> <![endif]-->
<!--[if !IE]><!--> <html> <!--<![endif]-->

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

HTML HTML:IE6和IE7的条件HTML

html IE条件评论:GTE IE7.html

HTML HTML标签IE条件评论

HTML HTML5条件IE类嗅探器

HTML 输入和 textarea 元素的条件值(如果 IE8/IE9)

html 小于IE 9的条件语句