針對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