IE浏览器HTML Hack标签总结

IE浏览器HTML Hack标签总结,第1张

html" class="superseo">IE浏览器HTML Hack标签总结


复制代码代码如下:
<!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]-->
<!--[if IE]> 所有的IE可识别 <![endif]-->
<!--[if IE 5.0]> 只有IE5.0可以识别 <![endif]-->
<!--[if IE 5]> 仅IE5.0与IE5.5可以识别 <![endif]-->
<!--[if gt IE 5.0]> IE5.0以上版本都可以识别 <![endif]-->
<!--[if lt IE 6]> IE6以下版本可识别 <![endif]-->
<!--[if IE 6]>this is ie6<![endif]-->
<!--[if gt IE 6]> IE6以上版本可识别 <![endif]-->
<!--[if lt IE 7]> IE7以下版本可识别 <![endif]-->
<!--[if IE 7]>this is ie7<![endif]-->
<!--[if gt IE 7]> IE7以上版本可识别 <![endif]-->
<!--[if lt IE 8]> IE8以下版本可识别 <![endif]-->
<!--[if IE 8]>this is ie8<![endif]-->
<!--[if gt IE 8]> IE8以上版本可识别 <![endif]-->
<!--[if lt IE 9]> IE9以下版本可识别 <![endif]-->
<!--[if IE 9]>this is ie9<![endif]-->

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/609245.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-14
下一篇 2022-04-14

发表评论

登录后才能评论

评论列表(0条)

保存