![]() |
What does +div and + div mean?
I think this is targetting an old version of IE:
Code:
+div {Code:
.class1 + div, .class2 + div { |
E + F Matches any F element immediately preceded by a sibling element E.
So the CSS you are asking about is targetting the div immediately following the end of an element that has class="class1" or class="class2" for example the div in the following code: <p class="class1">text</p><div>something</div> |
| All times are GMT +1. The time now is 01:22 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.