导航首页 » 技术教程 » 创建IE各版本专属CSS IE中的if语句
全站头部文字 我要出现在这里
创建IE各版本专属CSS IE中的if语句 67 2024-10-21   

http://5key.net/blog/article.asp?id=309
IE下专属CSS:

<![if !IE]>
<link rel="stylesheet" type="text/css" href="http://www.gimoo.net/t/1404/NOT-IE.css" />
<![endif]>


IE 6 ONLY:

<[if IE 6]>
<link rel="stylesheet" type="text/css" href="http://www.gimoo.net/t/1404/IE-6-SPECIFIC.css" />
<![endif]-->


IE 5 ONLY:

<[if IE 5]>
<link rel="stylesheet" type="text/css" href="http://www.gimoo.net/t/1404/IE-5-SPECIFIC.css" />
<![endif]-->

IE 5.5 ONLY:

<[if IE 5.5000]>
<link rel="stylesheet" type="text/css" href="http://www.gimoo.net/t/1404/IE-55-SPECIFIC.css" />
<![endif]-->


IE6或更低:

<[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="http://www.gimoo.net/t/1404/IE-6-OR-LOWER-SPECIFIC.css" />
<![endif]-->


非IE:

<![if !IE]>
<link rel="stylesheet" type="text/css" href="http://www.gimoo.net/t/1404/REAL-STYLESHET.css" />
<![endif]>


!!!站长长期在线接!!!

网站、小程序:定制开发/二次开发/仿制开发等

各种疑难杂症解决/定制接口/定制采集等

站长微信:lxwl520520

站长QQ:1737366103