Created
July 25, 2009 07:18
-
-
Save liuzhoou/154725 to your computer and use it in GitHub Desktop.
css hacks
This file contains 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
.e{ | |
color:#FFF;/* FF,OP */ | |
[;color:#0F0;]/* Sa,CH */ | |
color:#FFF\9;/*IE6、7、8*/ | |
*color:#FF0;/* IE7、6 */ | |
_color:#F00;/* IE6 */ | |
} | |
@media all and(min-width:0){ | |
.e{ | |
background-color:#FF5500;/* OP */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment