1.仅IE可见的写法

<!--[if IE]>此处内容只有IE可见<![endif]–>

2.仅IE6可见的写法

<!-–[if IE 6]>此处内容只有IE6.0可见<![endif]–->

3.仅IE7可见的写法

<!–-[if IE 7]>此处内容只有IE7.0可见<![endif]–->

4.版本区间可显示写法

<!--[if lt IE 6]> IE6以及IE6以下版本可识别 <![endif]-->

<!--[if gte IE 6]> IE6以及IE6以上版本可识别 <![endif]-->

<!--[if lt IE 7]> IE7以及IE7以下版本可识别 <![endif]-->

<!--[if gte IE 7]> IE7以及IE7以上版本可识别 <![endif]-->

5.非IE可见的写法(注意:此条不符合WEB标准,但的确实用)

<!--[if !IE]>此处内容只非IE可见<![endif]-->

 posted on 2010-05-26 10:36  刘卿  阅读(284)  评论(0编辑  收藏  举报