nectar
10-08-2003, 03:56 PM
I have in my css file
body{height:100%,...etc}
#container{{position:absolute;left:50%;top:0px;margin-left:-350px;width:700px;border-left:1px solid #555;border-right:1px solid #555;margin-bottom:0;padding-bottom:0;height:100%;}
this #container should reach the base of the page, and does in mozilla and navigator but not in explorer. In explorer in goes to the base of the viewable page, but always activates the scroller and creates another 5% approximately of page.
Does anyone have an idea how to achieve this so that ie doesnt create a scroller when the page doesnt need it?
Thanks
body{height:100%,...etc}
#container{{position:absolute;left:50%;top:0px;margin-left:-350px;width:700px;border-left:1px solid #555;border-right:1px solid #555;margin-bottom:0;padding-bottom:0;height:100%;}
this #container should reach the base of the page, and does in mozilla and navigator but not in explorer. In explorer in goes to the base of the viewable page, but always activates the scroller and creates another 5% approximately of page.
Does anyone have an idea how to achieve this so that ie doesnt create a scroller when the page doesnt need it?
Thanks