I'm working on a site and got stuck. The problem is that my drop down menu doesn't appear on my home page while on other pages it's working fine. I got this situation in IE7. Other browsers are working fine. Here is my link, kindly help:
Asked
Active
Viewed 312 times
1
-
1Also, why don't you try posting some code and other helpful information, like what you've tried so far, what plug-in you're using for the drop down menus, and any other information that might be helpful in helping you. My advice is enable the IE7 debugger and look and see if the browser is throwing any errors. – jamesmortensen Jan 19 '12 at 06:23
-
You're welcome :) Good luck! [Enable Script Debugging](http://msdn.microsoft.com/en-us/library/z959x58c.aspx) and http://stackoverflow.com/questions/361635/debugging-javascript-in-ie7 – jamesmortensen Jan 19 '12 at 06:24
-
i'm using moodropmenu.js – Rizwan Taj Jan 19 '12 at 06:26
-
Your example link is now dead, which is not helpful for answering you question. – Abacus Oct 23 '13 at 18:20
1 Answers
4
It's not a Javascript or a jQuery problem. Just a CSS problem on IE7. Add this to your CSS and try again.
#nav li { z-index: 2; }

Emre Erkan
- 8,433
- 3
- 48
- 53