Posted by Nik Coughlin on 05/18/06 01:15
Vadim wrote:
> Hi!
> Why I can't see the parent background on child divs?
> Thanks
>
> <div id="Chrono_Actions">
> <div class="Last_Transaction">aaa</div>
> <div class="Last_Comments">bbb</div>
> </div>
>
> <style>
> #Chrono_Actions
> {
> background-color: #ecf6d9;
> }
>
> #Chrono_Actions .Last_Transaction
> {
> float: left;
> }
>
> #Chrono_Actions .Last_Comments
> {
> float: right;
> }
> </style>
Clear the floats
[Back to original message]
|