Hi,
im trying to use the overflow:scroll; command in a div do as i can display a very wide table but not have it distort the page (and thereby have horizonal scroll bars for the user to scroll through the content)
however im having an issue in FF whereby the table will not actually stay in the div (we do see the scroll bars also)
anyone have ideas on what is wrong ?
screen attached and code below.
tnx
<div id="frame" style="position: absolute;overflow:scroll;width:600px;height:500px;" >
<table border=1 width="1000">
....
....
....
</table>
</div>