创建IE各版本专属CSS

IE下专属CSS

<![if !IE]>
<link rel=”stylesheet” type=”text/css” href=”NOT-IE.css” mce_href=”NOT-IE.css” />
<![endif]>

IE 6 ONLY:

<!–[if IE 6]>
<link rel=”stylesheet” type=”text/css” href=”IE-6-SPECIFIC.css” mce_href=”IE-6-SPECIFIC.css” />
<![endif]–>

IE 5 ONLY:

<!–[if IE 5]>
<link rel=”stylesheet” type=”text/css” href=”IE-5-SPECIFIC.css” mce_href=”IE-5-SPECIFIC.css” />
<![endif]–>

IE 5.5 ONLY:

<!–[if IE 5.5000]>
<link rel=”stylesheet” type=”text/css” href=”IE-55-SPECIFIC.css” mce_href=”IE-55-SPECIFIC.css” />
<![endif]–>

IE6或更低:

<!–[if lte IE 7]>
<link rel=”stylesheet” type=”text/css” href=”IE-6-OR-LOWER-SPECIFIC.css” mce_href=”IE-6-OR-LOWER-SPECIFIC.css” />
<![endif]–>

非IE:

<![if !IE]>
<link rel=”stylesheet” type=”text/css” href=”REAL-STYLESHET.css” mce_href=”REAL-STYLESHET.css” />
<![endif]>

Random Posts

2 条评论 发表在“创建IE各版本专属CSS”上

  1. ime 说到:

    大哥,累不累呀,这样子~~~~~~~~

    [回复]

  2. yezhihuo 说到:

    对于测试好麻烦

    [回复]

留下回复