Does anyone have a script I can hack to give me a floating drop down menu that doesn't close when the user traverses the site. I want the user to have the option list available on every page without having to open and close it. I can't seem to get my head around it. Appreciate any help.
Marcel.
Why don't you just use javascript to open a "menu" in a seperate, fixed size, window? Just specify the parent window as the target for all of the links in the menu window...
Just another approach to the same problem.
-- Rich
Thats what I was just doing. Thanks for the input...man I don't like java as a solution, oh well.