Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created January 11, 2014 12:03
Show Gist options
  • Save adikahorvath/8370136 to your computer and use it in GitHub Desktop.
Save adikahorvath/8370136 to your computer and use it in GitHub Desktop.
IE CSS hacks
_color: red; /* IE6 */
*color: red; /* IE6, IE7 */
+color: red; /* ??? IE7 */
#color: red; /* ??? IE7 */
color: red\0; /* ??? IE8 */
color: red\9; /* lte IE9 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment