I am coding this MegaMenu using jQuery. Here's the URL: http://h1.servy.net/sgtlmm/

It's working fine in all browsers but only in IE7 when hovered over menu items like "Latest" or "Personal" you can see that the megadropdown is showing over the current item. For the rest of the item it's fine. Only the current menu item and items before that are causing the issue.

The megadropdown with a gray border is showing up over the latest menu item on IE7. That's the problem :(

I have tried position:relative, higher zindex in parent elements but none seem to work. Need your help, please! Many thanks in advance.

I also have another issue with positioning the megadropdown for inner items like "Small & medium Enterprise". Can you please help me with that too? Thanks.

link|improve this question

72% accept rate
feedback

1 Answer

It doesn't seem to work right in Chrome either. The z-index of of links are changing, not the z-index of the respective divs.

link|improve this answer
I checked in chrome but seems to be working fine. No z-Index issue. The megadropdown with a gray border is showing up over the latest menu item on IE7. That's the problem :( – Kunal Nov 13 '11 at 5:31
Chrome does a lot of caching. Maybe you made a recent change that I was seeing but you're seeing a cached copy? – Milo LaMar Nov 13 '11 at 5:39
Nevermind, it's working now.... sort of. You might end up wanting to kill the current callback queue (or go to the end of it) when the mouse leaves the link so you don't end up with funny looking toggles. e.g. move your mouse back and forth between 2 links. – Milo LaMar Nov 13 '11 at 5:40
I did not get you. Could you please provide a code example? Thanks. – Kunal Nov 13 '11 at 5:45
Any idea on the IE7 z-Index issue? – Kunal Nov 13 '11 at 5:45
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.