CSS IE的条件评论

Posted

tags:

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

<!--[if IE 6]>
Your style for Internet Explorer 6 here
<![endif]-->

<!--[if IE 7]>
Your style for Internet Explorer 7 here
<![endif]-->

<!--[if gte IE 5]>
Your style for Internet Explorer 5 and up here
<![endif]-->

<!--[if lte IE 7]>
Your style for Internet Explorer lower or equal to 7 here
<![endif]-->

<!--[if gt IE 5.5]>
Your style for Internet Explorer greater than 5.5 here
<![endif]-->

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

有条件的评论

html IE条件评论:GTE IE7.html

HTML IE条件评论

HTML IE条件评论

HTML HTML标签IE条件评论

HTML Wordpress:IE条件评论