I saw css code somewhere with '+', I can't remember exact format.
i.e.
What does the '+' mean in css?Code:.... #first + #second ... { ... }
How many ways to use it?
i.e. (maybe incorrect in format)
orCode:#first + #second > div { ... }
or more? or else?Code:#start > #first + #second { ... }
Thanks.
.


Reply With Quote
Bookmarks