> I'm just curious, is there a css3 selector for previous siblings?  And if 
> there is, how widely supported is it?
---------------------------------------------------------------------------------------------------------------
Yes! There is.

Sintax is:
ul ~ p {...} matches p elements that comes before ul elements.

Firefox, Opera and Safari on windows support it.
IE 7 doesn't support.
Don't know about others.
MaurĂ­cio


______________________________________________________________________
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