That does not seem to work for me in IE. Matt
On Dec 18, 6:23 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > I'm curious why you implemented your own scrolling rather than using: > > tbody { > height: 200px important!; > overflow: scroll; > > } > > - Richard > > On Dec 15, 2007 5:18 PM, Matt <[EMAIL PROTECTED]> wrote: > > > > > This scrolls the tbody part of a table. To use it you have to set up > > some CSS for the scroll bar and buttons and pass it the size of the > > scrolled region. There is a simple example at > >http://ajaxtop.sourceforge.net/tablescroller/example1.html. > > > Any feedback would be appreciated.