Click to See Complete Forum and Search --> : static properties...


xataku_nakusute
07-30-2003, 01:13 AM
i have a table-based menu that displays menu items on mousover.....my problem is:

i want to make my menu "static"(as in so it always stays at a specified area when i scroll down/up.....

i first turned to frames to settle this.....but becuz its a drop-down table menu, the menu items would thus display beneath the bottom frame...

any thoughts/suggestions?

PS: i found one script to maintain a specified objects position on the page, however, its somewhat "animated" becuz it instead of stayin put, just moves down towards its first position

Fang
07-30-2003, 09:00 AM
Try looking here (http://javascriptkit.com/script/script2/staticmenu.shtml)

pyro
07-30-2003, 09:08 AM
I think this one's better, as it uses position: fixed for mozilla, etc... http://www.infinitypages.com/research/staticmenu.htm