Skip to content

Instantly share code, notes, and snippets.

@liuzhoou
Created July 25, 2009 07:18
Show Gist options
  • Save liuzhoou/154725 to your computer and use it in GitHub Desktop.
Save liuzhoou/154725 to your computer and use it in GitHub Desktop.
css hacks
.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