可能重复: 如何在CSS中执行IE条件?
我如何才能将以下规则应用于IE?
.abc { float:left; height:0; margin:0 10px; width:0; /*Apply these rules for IE only*/ position:absolute; left:30; top:-10; /*Apply these rules for IE only*/ }
css internet-explorer
css ×1
internet-explorer ×1