[css-d] setting default styles for DIV but still having it cascade

2006-07-05 Thread Simon Kittle
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

Re: [css-d] setting default styles for DIV but still having it cascade

2006-07-05 Thread Els
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: >

Re: [css-d] setting default styles for DIV but still having it cascade

2006-07-05 Thread Michael Landis
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

Re: [css-d] setting default styles for DIV but still having it cascade

2006-07-05 Thread Bill Brown
> div > { > color: blue; > } > in the of my document (in a

[css-d] setting default styles for DIV but still having it cascade

2006-07-05 Thread Simon Kittle
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