I just learned about adjacent selector.  It allows me to set the style
differently for all labels following radio buttons which are checked
versus not:

input[type="radio"]:checked + label { ... }

My question is:
I normally like to put the label first, and enclose the input element
within it.  Is there anyway I can use CSS to select all labels that
*enclose* checked radio buttons?

(Firefox is the only target for this project.)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to