Click to See Complete Forum and Search --> : Freeze Panes


hnhn2020
12-10-2002, 10:40 AM
Is it possible to freeze panes on a Web site in FrontPage or HTML, etc.? I am using a top navigational bar, and would like it to remain on the top of the screen when you scroll down.



Thanks!

Sceiron
12-10-2002, 11:50 AM
Frames are your friend.

hnhn2020
12-10-2002, 12:06 PM
Ahh, yes. Thank you!

Stefan
12-10-2002, 08:03 PM
Originally posted by hnhn2020
[B] I am using a top navigational bar, and would like it to remain on the top of the screen when you scroll down.


You can do it with CSS too {position:fixed}, but IE is buggy with it and require eg a JavaScript workaround to get the same effect.

In short, frames are often a better choise.