IE height 100% issue
Posted: Sun Feb 18, 2007 5:12 pm
Here is what I have
Works like a charm in FireFox, but not in IE...as the height is only adjusted to it's parent's visible height, FireFox does the same but when there is more content than can be visibly shown on screen, the DIV height adjusts, but IE, not...
Is there any known hack which I can use to make this DIV recalculate the height based on content or not???
If there is, I would be one very happy camper
Cheers
Code: Select all
<div style="position: absolute; top: 0px; right: 0%; width: 200px; bottom: 0; height: 100%; z-index: 0; background-color: yellow; "></div>Is there any known hack which I can use to make this DIV recalculate the height based on content or not???
If there is, I would be one very happy camper
Cheers