Search found 5 matches

by TypicalHuman
Mon Jan 31, 2005 10:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Loaded/onLoad switch?
Replies: 6
Views: 3413

Got it .. problem was that somehow the javascript had ended up in the body tag below images and href that I use to drop the submeuns.

I moved the .js includes into the head and now cannot reproduce the problem (i.e. fixed).

-e
by TypicalHuman
Mon Jan 31, 2005 10:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Loaded/onLoad switch?
Replies: 6
Views: 3413

Ha, living up to my name .. I tricked myself. Same problem, start again.
by TypicalHuman
Mon Jan 31, 2005 10:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Loaded/onLoad switch?
Replies: 6
Views: 3413

Ok, seems like the answer was the ignoreCollisions = true; config.

Not really sure what a "collision" is or how it is caused though, any thoughts?
by TypicalHuman
Mon Jan 31, 2005 9:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Loaded/onLoad switch?
Replies: 6
Views: 3413

Hmm, your answer doesn't seem to address the problem I'm having.

Problem: If a user tries to drop down a menu before the menu is finished loading, I get an Object Expected error. User drops menu by rolling over an image that calls popup() onmouseover.

Like I said, I'd guess the error is because ...
by TypicalHuman
Fri Jan 28, 2005 9:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Loaded/onLoad switch?
Replies: 6
Views: 3413

Menu Loaded/onLoad switch?

I'm having a problem on http://www.ironwoodadvisory.com when user manages to call popup() function or something like that before menu is loaded. (Resulting in Object expected error to appear)

I know that a 200ms delay would probabally work, but seems pretty hack to me.

Is there a global variable ...