> Pringle, Ron wrote:
> > ...Basically the problem is that the right non-floated
> > column is dropping below the left-floated container.  ...
> > URL: http://tinyurl.com/mxtve
> > 


Ingo replied:
 
>    #container { float: left; width: 100%; margin-left: -33px;}
> 
> I think #container needs another
> 
>    margin-right: -3px;
> 
> to work around the 3px jog, and
> 
>    #sidebar { padding-left: 100%; margin-left: -33px; }
> 
> seems to cause a quirk with percentage padding, but I am not sure.
> 
>    padding-left: 99%;
> 
> looks better here. It doesn't convince me, though.
>

Ingo-

I managed to fix it along the same lines of thinking as you've been
pursuing. I eliminated the #sidebar padding and margin completely, and
gave the #container an extra padding of 3px to eliminate that jog in
there that you pointed out. Works well now.

There were a lot of other 3px and double margin issues with the layout
that I'd fixed previous to posting, but I missed that 3px shift on the
container.

Thanks Ingo!

Regards,
Ron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to