摘要: #test { width:300px; height:300px; color:red !important;/* Firefox、IE7支持 */ background-color:blue; /*firefox*/ background-color:red\9; /*all ie*/ background-color:yellow\0; /*ie8*/ +background-color:pink; /*ie7*/ _background-color:orange; /*ie6*/ } :root #test { background-color:purple\9; } /... 阅读全文
posted @ 2012-09-25 22:27 求必印 阅读(139) 评论(0) 推荐(0)