Rizwan Taj
Rizwan Taj

Reputation: 15

IE7 drop down menu

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:

http://www.sifrek.com/demo/remserv/index.htm

Upvotes: 1

Views: 315

Answers (1)

Emre Erkan
Emre Erkan

Reputation: 8482

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; }

Upvotes: 4

Related Questions