欢迎来到元代码网络!

CSS/HTML

当前位置:主页 > 网页制作 > CSS/HTML >

IE浏览器HTML Hack标签总结

来源:本站原创|时间:2022-11-25|栏目:CSS/HTML|


复制代码
代码如下:

<!--[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]-->

更多CSS/HTML

您可能感兴趣的文章

阅读排行

本栏相关

随机阅读

网页制作CMS教程网络编程软件编程脚本语言数据库服务器

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:835971066 | 邮箱:835971066#qq.com(#换成@)

Copyright © 2002-2020 元代码网络 版权所有