> I have three wrappers that I've put side by side by declaring the property

> float:left; 
> The problem is that I'm unable to center them. 
> 
> Here:
> http://www.cantinho.org/pt/cantinho-site/rounded_gradient_boxes_v4.html

I think it is because it thinks your wrapper_container is as large as it's 
parent element. If you set a width for it, you will see what I mean... but the 
float:left elements inside will still stay to the left of whatever width you 
set. So if you want that to shrink and grow with page size you will lneed to 
set the margins on your wrapper boxes to auto as well. I think.

~ Joseph 



      
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to