Thread: HTML Scrollbar
View Single Post
Old 04-20-2007   #2 (permalink)
Tamlin
Janitor of Lunacy
 
Tamlin's Avatar
 
Join Date: May 2006
Location: Sitting in the Wishing Chair
Posts: 5,427

As far as I know, you can do this with CSS. The code is something like the following:

Code:
<style type="text/css">
  #tableID { overflow: scroll; } 
</style>

<table id="tableID">
 ... 
</table>
However, I'm sure someone who knows what they're talking about will be along shortly...(Hey Big Mike, where are you?)
__________________

"It's just the way the operation made me"
Tamlin is offline