|
Posted by Sean on 07/20/07 17:47
On Jul 20, 10:54 am, Adrienne Boswell <arb...@yahoo.com> wrote:
> Gazing into my crystal ball I observed Sean <sean.s...@gmail.com> writing
> innews:1184847179.254586.204430@22g2000hsm.googlegroups.com:
>
> > 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?
>
> I understand what you want, say columns A-D are visible/locked in place
> and columns E-I are visible at without scrolling. However, when you
> scroll the content of columns A-D _still_ stay in place, but the columns
> next to it seem to slide under.
>
> You _might_ be able to do simulate what you want with frames, but AFAIK,
> there is no way to do this, mainly due to the structure of tables
> themselves.
>
> Anyone?
>
> --
> Adrienne Boswell at Home
> Arbpen Web Site Design Serviceshttp://www.cavalcade-of-coding.info
> Please respond to the group so others can share
That is EXACTLY what I'm talking about. I determined that it could be
done with two DIVs, but decided to abandon the idea for a more
straightforward approach. The basic idea with the two DIVs is that
they are setup side-by-side and the one on the right is a fixed width
with the CSS overflow property set to auto. This puts a scrollbar
along the bottom for scrolling left to right with the appearance of
sliding the columns under the static set on the left.
-Sean
Navigation:
[Reply to this message]
|