Hi I added a wrapper-class to your content area, changed some stuff in your css. The result was pretty good:
http://vs.mills.no/site/1/_public/test/index.html In my css: html { font-size:100%; } body { margin:20px; padding:0; } #hdr { border-width:2px 0; height:260px; margin:0 0 20px 0; } #HeaderLogo { float:left; margin:10px; display:inline; /* double float margin-bug in IE6 */ } #HeaderBody { margin-left:380px; margin-top:60px; } .col-wrapper { position:relative; float:left; width:100%; margin-bottom:20px; } #lh-col { margin:0; height: auto; height:200px !important; min-height:200px; padding:0; width:360px; position:absolute; top: 0; left: 0; } #rh-col { margin:0 0 0 380px; height: auto; height:160px !important; min-height:160px; padding:20px; } #footer { clear:both; height:52px; } Hope this helps. Both IE6/IE7 always display the scrollbar, but disables it when not in use. -- Per Allan Johansson Senior Consultant Enonic AS http://ww.enonic.com/no Kym Kovan <[email protected]> skrev følgende den 02.01.09 10.28: > Hello, > > I have just been given the task of cloning an old website into our CMS > and have bumped into a couple of oddities that I hope folk can help > with. Looking at: > > http://halfinch.net/content.cfm/MDM+and+ES/General+Information/Other+System+Sp > ur+Gears+-+Modified+for+meccano+-+Part+1 > > shows a page with no content in it yet but the left-hand menu pushes > down below the footer which has a clear:both on it. Can someone tell > what obvious bit I am missing? > > Second question is: why does IE7 put an empty scroll bar on the right > when the content is nowhere near filling the screen vertically? > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
