Hi guys.
I am not to sure it has anything to do with your layout divs, but sometimes IE can do weird things depending on all sorts of attributes you may or may not give child elements.
I will often just make a 'clearing div' and put it last in the the 'envelope' :
.gutter{width:3%;
height:1px;
clear:left;}
Or else try it just inside the closing tag for the envelope div.
I really need to see more of the code, I had the same sort of problem with an expanding menu in an abs. postioned container, and I ended up just makine the abs. div tall enough to fit everything when expanded, so that the scrollbar is there even with an almost empty column.
There is a bunch of things to consider though.
Are you using getelementById/innerHtml stuff? Or it looks to me like you are going from display:hidden?
I will help look for reasons, I just don't have enough practice to know the workarounds off by heart yet, even though this must be a common one!
__________________
What I am is what I am, are you what you are, or what.
Eddie Brickel
|