Have you tried setting a max width and using the CSS overflow rule?
On Wed, Nov 25, 2009 at 4:04 PM, Damien <redjel...@gmail.com> wrote: > A component of my website needs a table that holds a lot of > information. On most screens there will be too many columns to fit > across the width of the site. I would like the user to be able to > scroll through these columns (probably through use of buttons). Would > it be possible to use jQuery to scroll all of the table columns to one > side; effectively hiding a column on one side of the table and showing > one on the other side? Any tips on how to going about doing this? What > classes should I be taking a look at? > > Thanks in advance. >