Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created August 10, 2011 18:26
Show Gist options
  • Save jdlich/1137701 to your computer and use it in GitHub Desktop.
Save jdlich/1137701 to your computer and use it in GitHub Desktop.
.foo {
color: green; /* IE8 and older */
*color: blue; /* IE7 and older */
_color: red; /* IE6 and older */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment