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

problematic bug


Poster: Twill
Dated: Wednesday July 23 2003 - 1:14:02 BST

Hi there,

I use 4 different milonic .js menu scripts on my site (I know, overkill, but still) and some load before others. the problem is that if you move your mouse over one to bring up the sub menus before the others load, then the other menus load COMPLETELY wrong. usually the sub menus from the menu you have moused over show up instead of one of the other menus.

To see this you can visit http://www.guildsofganareth.com/update/test/ , the top menus load first, try it :)

hope this helps and my explanation isnt too confusing.

This happens on both rc_2 and rc_3, I dont know about earlier


Poster: Hergio
Dated: Wednesday July 23 2003 - 3:46:41 BST

Just an idea...
if anyone has figured out how to programmatically set the alwaysvisible attribute of the menus, you could initially set all the menus to have their alwaysvisible flag to zero. Then in an onLoad event, call a function that switches over all the menu's alwaysvisible flags to 1. This would prevent the menus for showing until the page is fully loaded and the menus have fully constructed themselves and are ready for mouseovers.

Like I said, it depends on someone figuring out that programmatic setting of that flag. I looked into it once and found a bit in an array that did affect it, but it screwed some other stuff up. And I haven't had a minute to even look at RC3 let alone experiment to help everyone out, due to my job. Someday I'll get around to it if it hasn't already been found...