<!--[if <keywords>? IE <version>?]> HTML代码块 <![endif]-->
IE10及以上版本已将条件注释特性移除,使用时需注意。
selector{<hack>?property:value<hack>?;}
<hack> selector{ sRules }
* html .test { color: #090; } /* For IE6 and earlier */ * + html .test { color: #ff0; } /* For IE7 */ .test:lang(zh-cmn-Hans) { color: #f00; } /* For IE8+ and not IE */ .test:nth-child(1) { color: #0ff; } /* For IE9+ and not IE */