Andreas Prilop
2007-10-12 14:11:48 UTC
Internet Explorer 7 finally supports CSS2 syntax such as
span+span .
However, IE 7 does not apply this selector when <span> and
<span> are separated by a comment. For example,
span { color: blue }
span+span { color: red }
<span>blue</span> <!-- --> <span>red</span>
Then Internet Explorer 7 displays everything in blue.
Test page:
http://www.unics.uni-hannover.de/nhtcapri/temp/morestyles.html
span+span .
However, IE 7 does not apply this selector when <span> and
<span> are separated by a comment. For example,
span { color: blue }
span+span { color: red }
<span>blue</span> <!-- --> <span>red</span>
Then Internet Explorer 7 displays everything in blue.
Test page:
http://www.unics.uni-hannover.de/nhtcapri/temp/morestyles.html