!important 可被FireFox和IE7識別
* 可被IE6、IE7識別
_ 可被IE6識別
*+ 可被IE7識別
IE專用的條件注釋
<!–其他瀏覽器 –>
<link rel="stylesheet" type="text/css" href="css.css" />
<!–[if IE 7]>
<!– 適合于IE7 –>
<link rel="stylesheet" type="text/css" href="ie7.css" />
<![endif]–>
<!–[if lte IE 6]>
<!– 適合于IE6及一下 –>
<link rel="stylesheet" type="text/css" href="ie.css" />
<![endif]–>
新聞熱點
疑難解答