Dear All:

I have now tried adding the following code with no effect:

#contentbox1 {
        height:1%;
        border:1px #ffffff solid;
        min-height:275px;
}

#contentbox2 {
        min-height:600px;
}

I am unlucky. :-(  Can anyone recommend a better way to make this
layout?  I really appreciate it.

-- 
In peace,

Amy M. Drayer
Web Interface Designer
[EMAIL PROTECTED]
http://www.puzumaki.com


On 9/27/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:

> Looks like one of IE/win's many instabilities - IE simply losing track
> of where elements belong.
>
> In that page a 'hasLayout'[1] trigger on #contentbox1 will stiffen up
> IE's backbone enough to get rid of any unwanted whitespace...
>
> #contentbox1 {height: 1%;}
>
> A border on that element will also work, so IE's problem may be related
> to miscalculated margins, which also is a known problem in that browser.
>
> [1]http://www.satzansatz.de/cssd/onhavinglayout.html
______________________________________________________________________
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