CSS教程之通用的css hack简介
发布时间:2016-12-27 来源:查字典编辑
摘要:.all-IE{property:value9;}:root.IE-9{property:value/;}.gte-IE-8{propert...
.all-IE{property:value9;} :root .IE-9{property:value/;} .gte-IE-8{property:value;} .lte-IE-7{*property:value;} .IE-7{+property:value;} .IE-6{_property:value;} .not-IE{property//:value;} @-moz-document url-prefix() { .firefox{property:value;} } @media all and (-webkit-min-device-pixel-ratio:0) { .webkit{property:value;} } @media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) { .opera{property:value;} } @media screen and (max-device-width: 480px) { .iphone-or-mobile-s-webkit{property:value;} }