Click to See Complete Forum and Search --> : Graphics ON state remains when mouseover dropdown menu?


timware
09-29-2003, 07:32 PM
In my graphical navigation (under which the HierMenus drop), how can I keep the "ON" state of the navigation button when the user mouses over the HierMenus?

Using 5.2.1.

Thanks.

Tim

dragle
09-30-2003, 08:20 AM
Include the necessary code to accomplish the rollover action in the "evaluate upon tree show" and evaluate upon tree hide" parameters of the menu itself. These parameters provide a hook into the display and hiding mechanism of the menu, allowing you to call your own functions/statements just before the menu is shown and hidden. By putting your rollover action statement there, you allow the nav rollover to follow the natural action of the menu displays.

See these pages for more information:

http://www.webreference.com/dhtml/column36/8.html
http://www.webreference.com/dhtml/column36/9.html

Cheers!