Skip to content

Instantly share code, notes, and snippets.

@yorkfx
Created May 2, 2013 03:04
Show Gist options
  • Save yorkfx/5499896 to your computer and use it in GitHub Desktop.
Save yorkfx/5499896 to your computer and use it in GitHub Desktop.
Hacks IE6, IE7, IE8
* html div.blah { /* something for IE6 */ }
*+html div.blah { /* something for IE7 */ }
div.blah { color: #0FC\0/; /* IE8 */ }
<!--[if lte IE 8]>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment