CXYVIP官网源码交易平台_网站源码_商城源码_小程序源码平台-丞旭猿论坛
CXYVIP官网源码交易平台_网站源码_商城源码_小程序源码平台-丞旭猿论坛
CXYVIP官网源码交易平台_网站源码_商城源码_小程序源码平台-丞旭猿论坛

创建IE各版本专属CSS IE中的if语句

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

实现代码如下:

<![if !IE]> 
<link rel=”stylesheet” type=”text/css” href=”https://www.home1024.com/article/NOT-IE.css” /> 
<![endif]> 

IE 6 ONLY:

实现代码如下:

<!–[if IE 6]> 
<link rel=”stylesheet” type=”text/css” href=”https://www.home1024.com/article/IE-6-SPECIFIC.css” /> 
<![endif]–> 

IE 5 ONLY:

实现代码如下:

<!–[if IE 5]> 
<link rel=”stylesheet” type=”text/css” href=”https://www.home1024.com/article/IE-5-SPECIFIC.css” /> 
<![endif]–> 

IE 5.5 ONLY:

实现代码如下:

<!–[if IE 5.5000]> 
<link rel=”stylesheet” type=”text/css” href=”https://www.home1024.com/article/IE-55-SPECIFIC.css” /> 
<![endif]–> 

IE6或更低:

实现代码如下:

<!–[if lte IE 7]> 
<link rel=”stylesheet” type=”text/css” href=”https://www.home1024.com/article/IE-6-OR-LOWER-SPECIFIC.css” /> 
<![endif]–> 

非IE:

实现代码如下:

<![if !IE]> 
<link rel=”stylesheet” type=”text/css” href=”https://www.home1024.com/article/REAL-STYLESHET.css” /> 
<![endif]> 

以上就是【创建IE各版本专属CSS IE中的if语句】的全部内容了,欢迎留言评论进行交流!

© 版权声明
THE END
喜欢就支持一下吧
点赞0赞赏 分享
相关推荐
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容