IE条件注释
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IE条件注释相关的知识,希望对你有一定的参考价值。
The following is a list of any conditional comment you'd probably ever need for targeting any version of 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]-->
以上是关于IE条件注释的主要内容,如果未能解决你的问题,请参考以下文章