[Zope] Scrolling Tables

Casey Duncan casey at zope.com
Thu Jan 8 15:22:14 EST 2004


On Thu, 08 Jan 2004 20:12:12 +0000
"Lee J. McAllister" <ljmcallister at 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



More information about the Zope mailing list