码迷,mamicode.com
首页 > 其他好文 > 详细

IE识别

时间:2016-08-03 00:05:01      阅读:140      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!