Created
June 6, 2011 13:25
-
-
Save sunny/1010246 to your computer and use it in GitHub Desktop.
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
| <!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