Created
July 23, 2015 19:09
-
-
Save llkats/8230859f5160c7ef83e9 to your computer and use it in GitHub Desktop.
gross css hacks for targeting old versions of IE
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
/* ew */ | |
body { | |
color: red; /* all browsers, of course */ | |
color : green\9; /* IE8 and below */ | |
*color : yellow; /* IE7 and below */ | |
_color : orange; /* IE6 */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment