IE6、IE7、IE8、火狐四个浏览器兼容的方法
color:blue; // 所有浏览器
color:brown\9; // 所有IE浏览器
+color:red; // IE7
_color:green; // IE6
background:orange; // 所有浏览器
*background:green !important; // IE7
*background:blue; // IE6
background:orange; // 所有浏览器
*background:green; // IE7
_background:blue; // IE6
IE6 IE7 FF
* √ √ ×
!important × √ √