首页 > 其他 > 详细

IE识别

时间:2016-08-03 00:03:42      阅读:212      评论:0      收藏:0      [点我收藏+]
1. <!--[if lt IE 7 ]> <html class="ie ie6"> <![endif]-->
2 <!--[if IE 7 ]>    <html class="ie ie7"> <![endif]-->
3 <!--[if IE 8 ]>    <html class="ie8"> <![endif]-->
4 <!--[if IE 9 ]>    <html class="ie9"> <![endif]-->
5 <!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->



<!--[if !IE]><!-->
只有不是ie浏览器才能看到这里
<!--<![endif]-->

 

IE识别

原文:http://www.cnblogs.com/nostic/p/5731150.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!