Skip to content

Instantly share code, notes, and snippets.

@sunny
Created June 6, 2011 13:25
Show Gist options
  • Save sunny/1010246 to your computer and use it in GitHub Desktop.
Save sunny/1010246 to your computer and use it in GitHub Desktop.
<!doctype html>
<style>
/* IE */
p {
background: red;
}
/* Whole selector is not understood in IE */
p, not_ie:nth-child(1) {
background: green;
}
</style>
<p>I am red in IE6, 7 and 8, green in Firefox and Safari</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment