Greg,
Thanks.  That always bites me.
Thanks again,
Bruce
 
 
In a message dated 7/11/2012 8:40:31 P.M. Eastern Daylight Time,  
gunla...@c2i.net writes:

On  12.07.2012 01:17, bho...@aol.com wrote:
> I'm doing over a very old  website, and I'm having a problem with a 
floated
> div (content_main)  not staying to the upper right.

You are apparently using "overflow:  auto;" on <div class="section"> to 
contain floats, which creates a  scrollbar that takes up space so the 
right float can't fit alongside the  left.
Make that '.section {overflow: hidden;}' and it will line up as  intended.

regards
Georg
______________________________________________________________________
css-discuss  [css-d@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/

______________________________________________________________________
css-discuss [css-d@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