I'm trying to clean up a table with CSS in an XHTML 1.0 Transitional page.
I'd like to redo all of the <tr bgcolor="#xxxxxx"> tags with classes pointing to the two colors I'm using, but I'm having problems. I can successfully change the background color of ALL rows by using a tr declaration, but if I try instead to declare a class, the corresponding row uses the color of the containing div#werke instead. Is this a cascading/specificity issue, or is it not possible to apply classes to <tr> elements? There's a working version with the HTML styling at http://phidler.com/rosner/index3.html The version exhibiting the problem I'm having is http://phidler.com/rosner/index4.html (the bright yellow isn't a design preference, just for testing the behavior) Appreciate any help. Paul ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
