Sent by David Eads on 21 March 2005 16:04
> when the page renders I still see the white
> background, when I want the background to be 'clear'.
Assuming the second style sheet is being applied to the page, etc, the
second selector is inheriting the background rule from the first selector.
td.content {
background: none;
...
}
In most cases I can think of, any attribute that you set in the first
selector is going to tag along to the second selector unless you
specifically reset it.
I believe you could also use "background-color: transparent". Does anyone
know the preferred method of clearing backgrounds, if one exists?
David Eads
www.viewfromtheground.com
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/