Chris wrote:
> I have obviously failed to understand a crucial aspect of CSS which deems 
> that the table row style declaration does not overwrite the previous style 
> for a specific cell within that row. Please enlighten me!
>   

Not all CSS properties are inherited. Background color is one of the 
ones that is not inherited. The td doesn't inherit the background color 
of the tr, so it keeps its own color. This is an inheritance issue, not 
a specificity one.

You can see which properties are and are not inherited here:
http://www.w3.org/TR/CSS21/propidx.html

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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