#box{ float:left; width:10px; margin:0 0 0 10px;}
.bb{ background-color:#f1ee18; /*所有识别*/ .background-color:#00deff\9; /*IE6、7、8识别*/ +background-color:#a200ff; /*IE6、7识别*/ _background-color:#1e0bd1; /*IE6识别*/ }
a:link {} a:visited {} a:hover {} a:active {}
1 | #box{float:left;width:10px;margin:00010px;} |
1 2 3 4 5 6 | .bb{ background-color:#f1ee18;/*所有识别*/ .background-color:#00deff\9;/*IE6、7、8识别*/ +background-color:#a200ff;/*IE6、7识别*/ _background-color:#1e0bd1;/*IE6识别*/ } |
1 2 3 4 | a:link {} a:visited {} a:hover {} a:active {} |