Drop Up Menu not working correctly

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
plugh
Beginner
Beginner
Posts: 3
Joined: Mon Jul 06, 2009 11:55 pm

Drop Up Menu not working correctly

Post by plugh »

I purchased the Milonic menu system for Kippys just so I’d have a way to
satisfy the customer’s demand for a graphic drop-up menu. The menu I
created works fine in IE (left image) only “COLLECTIONS” has sub-menus).
However the first time you mouse over Collections in Firefox the first
selection (Denim Collection) overlays “Collections” (middle). With
Google Chrome the menu drops Down the first time and “Belts” is
highlighted (right image). With both Firefox and Chrome if you move the
mouse away then back over “Collections” it works correctly, However
now working correctly the first time is not satisfactory.
See image... (sorry for the redundancy in the image text)
Image

Here's the test site:

http://kippys.com/newtest/

-Can anyone help with this, thanks in advance.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Drop Up Menu not working correctly

Post by Ruth »

Hi,

You need to upgrade to the newest version, though that doesn't solve the issue. I've reported this to Milonic to get some help since nothing I tried seems to fix it. It only happens on the first mouseover after that it works just fine. Anyway, as soon as I get a response I'll post back.

Since you have a professional license you can also try the support system http://milonic.com/support/

Ruth
plugh
Beginner
Beginner
Posts: 3
Joined: Mon Jul 06, 2009 11:55 pm

Re: Drop Up Menu not working correctly

Post by plugh »

Thanks for trying and I did submit a ticket.
The response was to add an image height to force the image up, they even sent the code with the imageheight added.
However it made no difference at all.
-George
plugh
Beginner
Beginner
Posts: 3
Joined: Mon Jul 06, 2009 11:55 pm

Re: Drop Up Menu not working correctly

Post by plugh »

Turns out that the imageheight fix did work and it's fine now in both Chrome and Firefox.

with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
imageheight=30;
}
Post Reply