8 Jan
2004
8 Jan
'04
8:22 p.m.
On Thu, 08 Jan 2004 20:12:12 +0000 "Lee J. McAllister" <ljmcallister@hotmail.com> wrote:
I dont' know if anyone has already suggested this, but have you considered using the CSS 'overflow:auto' attribute? I haven't tried it on a portion of a table but it couldn't hurt to try..
All you should need to do would be wrap a div tag around the portion of the table that you want to scroll.
... </tr> <div style="overflow:auto;" > <tr>
Rows/cells that you want to scroll here
</tr> </div> ...
Lee
I believe this is a use-case that <tbody> and <thead> are supposed to address. No idea what the browser support is for these though, probably not very good. -Casey