|
Posted by Tim Streater on 08/02/07 12:41
In article <2da7n4-mvu.ln1@ophelia.g5n.co.uk>,
Toby A Inkster <usenet200707@tobyinkster.co.uk> wrote:
> Sean wrote:
>
> > I've got a table that is wider than the window, and I was wondering if
> > there is any way to setup some persistent columns and have the others
> > slide "behind" them...similar to what you can do in Excel. Any
> > thoughts?
>
> If you were to ask about rows, then yes, this is possible -- you can use
> CSS to set an explicit height on TBODY and then scroll the overflow,
> allowing the THEAD and TFOOT to remain stationary. However, it has limited
> browser support IIRC.
Actually, I would be quite happy to be able to scroll table rows leaving
the header stationary. So, do you mean something like this?
<tbody style="max-height: 200px; overflow: scroll;">
Navigation:
[Reply to this message]
|