> Maarten,
>
> on Monday, January 30, 2006 at 10:55 Maarten Reynders wrote:
>
>> Site: http://www.plusminusitv.be/index.php?page=opzet
>> CSS: http://www.plusminusitv.be/design/css/style.css
>
> You've got to clear the floats before the container div closes, to
> force the container to wrap the floats.
>
> Add after xtra02:
>
> <div class="clear"><!-- --></div>
>
> .clear {
>       clear: both;
>       height: 1px;
>       font-size: 1px;
>       line-height: 1px;
>       margin-bottom: -1px;
> }
>
> regards
>
>  Martin

Thanks a lot! This fixed the problem. I had to put it in front of my XTRA01 
and XTRA02 div though, otherwise my televisions were gone. Thanks to 
everyone who contributed in solving my problem!

Maarten 


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to