>>> ul ~ p {...} matches p elements that comes AFTER ul elements.
>> The ~ matches all  the p elements after a ul element.  The + matches a p
>> element immediately after a ul element.
 What about doing it backwards then put a class on the <p> and target the
following <ul>
 

______________________________________________________________________
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