Skip to content

Instantly share code, notes, and snippets.

@rodi01
Created February 1, 2012 06:39
Show Gist options
  • Save rodi01/1715518 to your computer and use it in GitHub Desktop.
Save rodi01/1715518 to your computer and use it in GitHub Desktop.
Adjacent Sibling Selector Bug in IE7
p + p { background-color: #fc0; }
<p>Paragraph #1</p>
<!-- my comment here -->
<p>Paragraph #2</p>
<p>Paragraph #1</p>
<p>Paragraph #2</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment