Skip to content

Instantly share code, notes, and snippets.

@endigo9740
Created March 8, 2012 16:01
Show Gist options
  • Save endigo9740/2001699 to your computer and use it in GitHub Desktop.
Save endigo9740/2001699 to your computer and use it in GitHub Desktop.
CSS: IE Hacks
<style type="text/css">
body {
color: red; /* all browsers, of course */
color : green\9; /* IE8 and below */
*color : yellow; /* IE7 and below */
_color : orange; /* IE6 */
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment