Rank: Newbie Groups: Member
Joined: 3/6/2008 Posts: 3
|
Currently I have my menu set:
Menu1.ExpandOnClick = EO.Web.ExpandOnClickState.EnabledAlways Menu1.KeepExpandedOnClick = True
But, when I move my mouse cursor off the menu item it closes. I need it to stay open until I click another item or click the top menu item to close it. How can I get the menu to stay open without a mouse hovering over it to keep it open?
Thanks,
Jeff
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
You need to set the Menu's CollapseDelay to 0.
Thanks!
|