
We are using Milonic on the left side of our page at, for example, http://protolive.educause.edu/majorinitiatives I don't think we're doing anything all too unusual here. We have the menus anchored to images on the left side of the page, and call popup onmouseover, and popdown onmouseout. The problem is that when a user mouses off the main link to view a menu item, it calls popdown and we loose the menu item the user is moving to. For example, on the page I gave above, if you mouse over "ECAR" at the top of the left nav, then move down to "Symposia" on the resulting menu, the menu spontaneously dissapears and the user's mouse is left sitting over "Core Data Service".
It almost seems as if the popdown call isn't interrupted by the user mousing over a menu, so the menu you were heading to dies in the popdown call.
Does this make any sense? If so, is there a workaround or is this a bug?
Thanks so much!