|
Posted by Jonathan N. Little on 05/18/06 16:17
Vadim wrote:
> Thanks for your answer, but this didn't work :(
> After adding text to my arent div I get my background only on it, but
> not on children divs....
>
Because I misread your question, if you look at the spec you will see
that backgound color is *not* inherited
http://www.w3.org/TR/CSS21/colors.html#propdef-background-color
you must explicitly define it so, change your CSS to:
#Chrono_Actions,
#Chrono_Actions DIV
{
background-color: #ecf6d9;
}
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|