本文转自: http://blog.sina.com.cn/s/blog_63a27dc501015h9j.html

 

条件注释判断浏览器<!--[if !IE]><!--[if IE]><!--[if lt IE 6]><!--[if gte IE 6]>

 

<!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]-->
<!--[if IE]> 所有的IE可识别 <![endif]-->
<!--[if IE 6]> 仅IE6可识别 <![endif]-->
<!--[if lt IE 6]> IE6以及IE6以下版本可识别 <![endif]-->
<!--[if gte IE 6]> IE6以及IE6以上版本可识别 <![endif]-->
<!--[if IE 7]> 仅IE7可识别 <![endif]-->
<!--[if lt IE 7]> IE7以及IE7以下版本可识别 <![endif]-->
<!--[if gte IE 7]> IE7以及IE7以上版本可识别 <![endif]-->
<!--[if IE 8]> 仅IE8可识别 <![endif]-->
<!--[if IE 9]> 仅IE9可识别 <![endif]-->

转载: html 判断 ie 浏览器

 

转载于:https://www.cnblogs.com/zjfazc/archive/2012/09/20/2695544.html

相关文章:

  • 2021-12-31
  • 2021-11-07
  • 2021-11-30
  • 2022-02-03
  • 2022-01-03
  • 2022-01-08
  • 2022-01-09
  • 2021-11-04
猜你喜欢
  • 2022-01-20
  • 2022-01-21
  • 2022-02-01
  • 2021-12-30
  • 2021-11-07
  • 2021-11-29
  • 2021-11-27
相关资源
相似解决方案