joshuaneil
Member
Posted 1 year ago #
Hello,
Check out the following site I am working on: http://www.completeaestheticdentistry.com
If you look at the site in Mozilla Firefox everything looks fine. However, if you look at the site in Internet Explorer the flash movie on the home page blocks the drop down menu from the 'Our Dental Services' link on the horizontal navigation menu.
I am using iNove as the theme with some slight modifications.
Has anyone encountered this issue with this theme or another theme? and if so how have you worked around the problem?
Any help would be greatly appreciated.
Thanks,
Josh
jakep_sf
Member
Posted 1 year ago #
Josh,
Try editing the z-index of your navigation here:
#menus li a {
background:transparent url(img/menu.gif) no-repeat;
display:block;
color:#382E1F;
height:31px;
line-height:31px;
padding:0 20px;
margin-left:-10px;
text-decoration:none;
font-size:11px;
float:left;
z-index:1;
}
change to:
z-index:999;
joshuaneil
Member
Posted 1 year ago #
Hi Jake,
I changed z-index from 1 to 999... that did not work. Any other suggestions?
Thanks,
Josh
jakep_sf
Member
Posted 1 year ago #
Josh,
Try changing it here as well:
#menus li ul {
display:none;
background:#F4F5F7;
border:solid #A6A6A6;
border-width:1px 1px 0;
line-height:0;
position:absolute;
z-index:1;
}
Could try adding
style="position:relative; z-index:0"
after <embed
in your swf source. And do a hard (shift+refresh) refresh. Wish I could be of more help, but no IE on the mac makes my guesswork a little more limited.
joshuaneil
Member
Posted 1 year ago #
Tried both of your suggestions and neither worked. Hmmm... let me know if you have any other thoughts. I am going to throw around a few ideas and experiment. I will let you know if I get it solved.
Thanks,
Josh
gibsonad
Member
Posted 1 year ago #
Josh, did you ever fix this? I'm having the same problem.
rarovere
Member
Posted 8 months ago #
Hello All,
Did you find any fix for this problem?
I`m having the same problem too.
sjjenkins
Member
Posted 8 months ago #
Josh - what menubar template are you using with the inove theme? I'm not able to get my dropdowns to work properly in IE. Yours look great! Any other mods you did to get that working?