Created
May 20, 2012 08:06
-
-
Save simplelife7/2757269 to your computer and use it in GitHub Desktop.
【CSS】Hacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.all-IE{property:value\9;} | |
:root .IE-9{property:value\0/;} | |
.gte-IE-8{property:value\0;} | |
.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;} } | |
selector{ | |
color:#000; | |
color:#F00\0; /* only for IE8&IE9&IE10 */ | |
color:#000\9\0; /* only for IE9&IE10 */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment