Re: [css-d] styles ignored in CSS

2005-11-11 Thread Christian Heilmann
> Is this a cascading/specificity issue, or is it not possible to apply > classes to elements? > http://phidler.com/rosner/index3.html > http://phidler.com/rosner/index4.html (the bright yellow isn't a > design preference, just for testing the behavior) You define background for TH and TD first,

[css-d] styles ignored in CSS

2005-11-11 Thread phidlerwerf
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 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 instea