六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 152|回复: 0

转载-CSS IE中的if语句

[复制链接]

升级  35.33%

29

主题

29

主题

29

主题

秀才

Rank: 2

积分
103
 楼主| 发表于 2013-2-7 22:41:16 | 显示全部楼层 |阅读模式
IE下专属CSS:
<![if !IE]> <link rel="stylesheet" type="text/css" href="NOT-IE.css" /> <![endif]>

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

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

IE 5.5 ONLY:
<!--[if IE 5.5000]> <link rel="stylesheet" type="text/css" href="IE-55-SPECIFIC.css" /> <![endif]-->

IE6或更低:
<!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="IE-6-OR-LOWER-SPECIFIC.css" /> <![endif]-->

非IE:
<![if !IE]> <link rel="stylesheet" type="text/css" href="REAL-STYLESHET.css" /> <![endif]>
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表