PDA

View Full Version : framescrolling


oeleboele
06-09-2002, 04:15 AM
Ok, i got 2 (horizontal) frames, the upper on contains columnames for the tabel in the lower on.

I do this because when I scroll the the lower one down the colum names stay visible. The problem is with the width of the lower frame being bigger than the screen, I want to let the upper frame scroll left & right automatically when I move the lower layer.

Im not sure if this can be done with HTML or that I need something like javascript but any advice would be appreciated !

marcdeblanck
06-20-2002, 09:57 AM
you could try using css with a fixed part

for details checkout www.w3schools.com

hope this helps

gish
06-20-2002, 10:11 AM
there is a frame attribute of "auto"...but of course this will allow scrolling it it seems nessessary!.......

G