针对Chrome和Safari等Webkit核心浏览器的CSS hack代码:web
@media screen and (-webkit-min-device-pixel-ratio:0) { …… }浏览器
针对Webkit核心浏览器和Opera的写法:url
@media all and (min-width:0px){…… }it
针对Opera浏览器的写法:io
@media all and (-webkit-min-device-pixel-ratio:10000),not and all (-webkit-min-device-pixel-ratio:0) {……}import
针对Firefox浏览器的写法:hack
@-moz-document url-prefix() { …… }webkit
针对各个版本:im
color:#f00 !important ------火狐 ie7及以上di
*color:#f00------ie6 ie7
color:#f00\9------- ie6 ie7 ie8
color:#f00\0------ie8
*+color:#f00-------ie7
_color:#f00------ie6