IE8會(huì)把對(duì) IE6,7,8 用 css 進(jìn)行測(cè)試:
測(cè)試代碼:樣式代碼: p {color:#f00;} xhtml 代碼:
文字
IE6 IE7 IE8 備注
p{_color:red} √ × × IE6 專用
*html p{color:#red;} √ × × IE6 專用
p{+color:red} √ √ × IE6,7 專用
p{*color:red} √ √ × IE6,7 專用
*html p{color:red;} √ √ × IE6,7 專用
p{*+color: red} × √ × IE7 專用
Body> p{ color: red } × √ √ 屏蔽 IE6
/*\\*//*/p{+color:red}/**/ × × √ IE8 專用
p{/*/*/color;/**/} √ √ × 屏蔽 IE8
------------------------------------------------------
p{color:red!important}
p{color:red} √ √ √ 都能用
-----------------------------------------------------------------
html>/**/body .head{color:#red;} × × √ 只對(duì) IE8