Hidden tables and the scrollbar !!
IE6.0
Okay, so I have a table with hidden rows.
The page loads, fine.
Then the user actions starts revealing the hidden rows (style.display:inline) and the rows appear as planned.
However, as the rows are revealed, so the page begins to extend off the botton on the window... but the browser scrollbar does not resize/rescale itself ... therefore the user cannot scroll down to view the bottom of the page !?
I think it is in part related to my <div> layout ... but i have no idea why this would cause the effect !?!?
<BODY>
<div class="Header"> <!-- relative ->
blah
</div>
<div class='envelope'>
<div class="navLeft">
</div>
<div class="Centre">
</div>
<div id='navRight' class="navRight">
</div>
</div>
</body>
... i can obviusly supply full code if needed but thought this simplified version may be more useful for now ?
Hope somone can help ?? Driving me mad !!
Simon
|