hey,
i have a question regarding the cascading of styles. I'd like to set a
default color on all DIV elements so I have the following:
div
{
color: blue;
}
in the of my document (in a
Simon Kittle wrote:
> I can kinda get around this for my DIV elemnets by just
> setting a default color attached to the BODY element. But the
> trouble is this doesn't work for my TABLES, because TD
> elements don't seem to take on the style from a BODY. So I
> have to have a rule similar to:
>
On 7/5/06, Simon Kittle <[EMAIL PROTECTED]> wrote:
> hey,
>
> i have a question regarding the cascading of styles. I'd like to set a
> default color on all DIV elements so I have the following:
>
> div
> {
> color: blue;
> }
>
> in the of my document (in a
> div
> {
> color: blue;
> }
> in the of my document (in a
hey,
i have a question regarding the cascading of styles. I'd like to set a
default color on all DIV elements so I have the following:
div
{
color: blue;
}
in the of my document (in a