Dan Katz wrote:
> I'm trying to figure out why the main content of this page:
> 
> http://graceburkecrc.org
> 
> drops down to the middle of the page in IE6.

#mainContent becomes too wide with the 'width', 'margin' and 'padding'
given. IE6 miscalculates when adding them up, mostly because there are
odd values in there.

#sidebar-left is affected by IE6' "margin-doubling on floats" bug.

Change / add...

#mainContent {margin: 0 0 0 326px;}
#sidebar-left {display: inline;}

...to give IE6 corrections and some space for its bugs. Won't affect
other browsers.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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