Well, it must be works for you but for me nothing. I not know if I can send 
atachments to the list, but I send you a screenshoot in which I show you what´s 
happend. I must do something wrong but not know what.
Cheers 

-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Enviado el: domingo, 13 de noviembre de 2005 6:42 pm
Para: Reynier Perez Mira; css-d list
Asunto: Re: [css-d] Problems with DIV elements and position




> *********************************************************
> .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