Anyone tried to keep the submenus of a menu open after a selection has been made. I don't see any options for this behaviour but have a situation where it would be helpful.
Thanks,
Colby
Keeping submenus open.
Re: Keeping submenus open.
I'm unclear how this would be used as a new page is loaded when you click on a menu item. If you could explain what you are trying to do we might be able to offer some ideas, but no the menu is not designed to do this as it gets reloaded with a new page.
Yadin
Yadin
-
- Beginner
- Posts: 1
- Joined: Sun May 19, 2002 7:24 pm
Re: Keeping submenus open.
Hi,
I suppose the popup() function might help.
You need to specify the menu name and the menu will open as per your specification.
popup("menuname")
popdn() will close the menus
-- Andy
I suppose the popup() function might help.
You need to specify the menu name and the menu will open as per your specification.
popup("menuname")
popdn() will close the menus
-- Andy