Click to See Complete Forum and Search --> : Expandable Height In IE6


Reddox
11-14-2006, 06:07 PM
I'm trying to make my site's height expand automaticly as I'm adding new content. I used the css tag min-height: 1400px; overflow:auto;
It works well in FF and Opera, but in IE6 it doesn't work at all. Any tips?

Tell me if you want the source codes.

Kravvitz
11-14-2006, 11:14 PM
I take it you were using overflow to clear the floats? I suggest you hide it from IE6 with the child selector.

I suggest you read these:
Internet Explorer and the Expanding Box Problem (http://www.positioniseverything.net/explorer/expandingboxbug.html)
Min-Height for IE/Win (http://www.dynamicsitesolutions.com/css/min-height-for-msie/)