Just thinking simple, but not sure how effective this would be for you. How about have a table with 1 row and 2 cells. In the first cell you could just show the row headers, then in the second cell you would have a div with a specified width and the overflow attribute set to auto. Inside of that div you could display your table with the column headers. Then only the second cell will actually have anything slide left and right and it would create the illusion that the row headers are staying in place. You could also control the height of the outer table by placing it inside of another div with a specified height and set its overflow attribute to auto as well.
But im sure if there is a plugin out there, that would b a whole lot easier. On Dec 26 2007, 2:53 pm, Monica <[EMAIL PROTECTED]> wrote: > I have a table with both Row Header and column headers. However, this > table's width goes beyond the page. We don't want to use the > horizontal scrollbar, instead would like a slider like control that > will keep the row headers sticky but would scroll/move the table > colums left or right as I am moving the slider. The slider control > would sit at a little( 20 pixels) distance from the bottom of the > table? > > If there is no such plugin, could you give me some pointers on how to > tackle this? > > Thanks, > Monica.