Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to fix CSS/JS drop-down in IE7 when page includes Google Map

I have a page using <ul> lists for navigation (Javascript changes the styling to display or not on mouseover).

This is working fine for me except in IE6 and IE7 when I have a Google Map on the page.

In this case the drop-down simply does not work. However, the page continues to work in FireFox 2.

I have done a little bit of research and discovered that this may be an example of the IE Select Box Bug, but I am not sure as the Google Map appears to be using a <div>, not an <iframe>.

Has anyone else encountered a problem similar to this, and if so do they have any recommendations on the best way to overcome this problem?

like image 219
Matt Mitchell Avatar asked Aug 21 '08 00:08

Matt Mitchell


1 Answers

I don't know if this will fix your problem but you may want to try this solution at ccsplay.co.uk which fixes the problem of menus appearing underneath drop-down lists. I don't know if it will work for sure, but it's worth a shot.

like image 133
Dan Herbert Avatar answered Sep 27 '22 22:09

Dan Herbert