> *********************************************************
> .float.left {
>       float: left;
>       clear: both;
> }
> .float.right {
>       float: right;
> }
you need
        .float.left {float: left;}
        .float.right: {float: right; clear: both;}

This will put your float.left content on the left side, your float.right 
on the right side, and then force your next content below both;

-- 
Joel Goldstick
www.columbuswebmakers.com
______________________________________________________________________
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