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:58

_menuCloseDelay is undefined?


Poster: Humorfreak
Dated: Monday August 7 2006 - 11:44:45 BST

Hi!

At my site http://www.humorfreak.dk i've used Milonic Menu. First, the menu worked fine, then i made some changes in the menu_data.js file, and suddenly it didn't work. I can see the an error apears in the statusbar. It says "_menuCloseDelay is undefined" and "_menuOpenDelay is undefined". When i move the cursor over the images, the dropdown doesn't apear. It did before!

Why?

Thx..

Humorfreak

http://www.humorfreak.dk/includes/menu_data.js
http://www.humorfreak.dk/includes/mmenudom.js
http://www.humorfreak.dk/includes/mmenuns4.js
http://www.humorfreak.dk/includes/milonic_src.js


Poster: Andy
Dated: Monday August 7 2006 - 18:59:45 BST

Looks like you managed to fix it.

Sounds like the menuCloseDelay and menuOpenDelay properties were not set.


Poster: Humorfreak
Dated: Tuesday August 8 2006 - 10:53:27 BST

OMG... How can i make such a mistake...

I was linking to the wrong site..

http://www.humorfreak.dk/2 <- is the right site


Poster: Andy
Dated: Tuesday August 8 2006 - 11:05:58 BST

It's a tiny tiny syntax error.

On line 58 in your menu_data.js file you have this:

Code:
aI("text=Strategi;url=spil.php?cat=6;")´

note the ´ character at the end of the line, that is causing the whole script to become corrupt and fail to load.

If you change it to :

Code:
aI("text=Strategi;url=spil.php?cat=6;");


Everything should start to work again.

Hope this helps,
Andy


Poster: Humorfreak
Dated: Tuesday August 8 2006 - 14:10:43 BST

Thank u so much!

Great support!