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

 



______________________________________________________________________
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