... > td:not([class*="chosen"]),
... > td:not([class*="chosen"]) {...}
This works perfectly. Thank you so much!

Good :)

Note how I use the  [class*=  to select "chosen" among a number of classes on same element - my cases are often "crowded" with classes. The "*" is superfluous in cases with only one class that is exact and complete, like yours, but does not lead to failures here. It may however cause "head scratching" in some more complex cases.

Check <https://www.w3.org/TR/selectors-3/#selectors> for the most correct syntax for each of your cases.

regards
        Georg


______________________________________________________________________
css-discuss [css-d@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