Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:24

horizontalMenuDelay help?


Poster: jtrout
Dated: Monday June 14 2004 - 19:15:05 BST

I've been anxiously awaiting v5.22 for the horizontalMenuDelay feature - awesome work, this version fixes two problems I was having, so I'm pleased as punch. Is there documentation somewhere about the new horizontalMenuDelay flag? I can't seem to get that one to work. Also, when set to true, does it apply the menuOpenDelay amount to the top level menu? Thanks so much!


Poster: kevin3442
Dated: Monday June 14 2004 - 19:35:15 BST

Hi JT,

You put
Code:
horizontalMenuDelay = 1;

or
Code:
horizontalMenuDelay = true;

(whatever your preference) at the top of your menu_data.js files, where the other globals like _menuCloseDelay and _menuOpenDelay are defined.

jtrout wrote:
Is there documentation somewhere about the new horizontalMenuDelay flag?

I could be wrong, but I think this thread might be it so far ;)

jtrout wrote:
Also, when set to true, does it apply the menuOpenDelay amount to the top level menu?

By default, _menuOpenDelay and _menuCloseDelay only affect submenus that open from a vertical parent menu. Setting horizontralMenuDelay = 1 will make _menuOpenDelay and _menuCloseDelay apply to all submenus, regardless of the parent menu's orientation.

There is no effect on menus set to alwaysvisible=1; they appear immediately, as always.

Hope that helps,

Kevin