Question about the Adjacent sibling combinator

I have been trying to figure out the expected behaviour of this combinator.

h3 + ul{}

Would this mean that the style defined here would affect the ul, the h3 
or some kind of combination of both.

If it is the behaviour to affect the ul only is there any way to have a 
reverse combinator that will affect the h3?
something like:
h3 - ul{}
or
h3 !+ ul{}
or
h3 +! ul{}

-- 
Barry Rader

Received on Friday, 23 November 2007 12:20:32 UTC