> Ops! My fault on previous email:

> > Sintax is:

> ul ~ p {...} matches p elements that comes AFTER ul elements.

Yeah, my testing had just discovered that. :(  Digging into the spec to see 
what was up, it looks like there's not a selector for what I want. Maybe 
because it would need a second pass to figure out who's before.

The ~ matches all  the p elements after a ul element.  The + matches a p 
element immediately after a ul element.

Oh well.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to