Click to See Complete Forum and Search --> : scroll bar into a html table


crwtrue
10-05-2008, 04:04 PM
my program reads a mysql table and shows the results in a html table. There are lots of rows and i was thinking how to make scroll bars to table.

NogDog
10-05-2008, 04:32 PM
You can put the table inside a <div> and use CSS to give that <div> a height and set "overflow:auto" on it.