Skip to content

Instantly share code, notes, and snippets.

@idac73
Last active December 31, 2015 06:08
Show Gist options
  • Save idac73/7945107 to your computer and use it in GitHub Desktop.
Save idac73/7945107 to your computer and use it in GitHub Desktop.
Legacy IE CSS exceptions.
<style type="text/css">
color: green\9; /* all ie */
color: green\0/; /* lte ie8 */
*color: green; /* lte ie7 */
_color: green; /* ie6 */
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment