Forum Moderators: open
I am using the following code and it works fine with IE 6.0, but does not work with Firefox 1.0.
Is there an alternative way in which I can put my table into a vertical scrolling box?
Here's the code I'm using:
<div style="height:100px;width:710px;overflow-y:scroll;border:1px solid #000066;>
<table>
Html code here...
</table>
</div>
I've tried looking for other snippets of code, such as Javascript, DHTML, etc. but have not found one that is fairly easy to impliment and does exactly what I need. Any suggestions would be appreciated. Thanks.
and a warm welcome to these forums.;)
overflow-y:scroll
overflow:auto
birdbrain