IE6 IE7(Q) IE8(Q) 不完全支持 !important 规则
.c1 { background:blue !important; }
.c2 { background:green; }
IE6 IE7(Q) IE8(Q) 支持不位于同一个选择器内的 '!important' 规则。
.c1 { background:blue !important; }
.c2 { background:green; }
IE6 IE7(Q) IE8(Q) 支持不位于同一个选择器内的 '!important' 规则。