View Single Post
  #2 (permalink)  
Old Jan 15th, 2007, 00:41
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Putting a scroll bar in a table in dreamweaver

You can use the CSS property, overflow: auto; to do this. I wouldn't recommend it, however. It takes away the general functionality of the mouse and the keyboard to scoll. It's something I dislike seeing always.
Reply With Quote