Hi
I'm having a similar problem to http://mysitemyway.com/support/topic/sub-menu-not-showing-on-internet-explorer#post-28761
where submenu items under my products tab does not appear in IE.
(7 posts)
(3 voices)
Hi
I'm having a similar problem to http://mysitemyway.com/support/topic/sub-menu-not-showing-on-internet-explorer#post-28761
where submenu items under my products tab does not appear in IE.
Hello amwert6,
If possible send us a link to your site so we can take a closer look.
Thanks Elliott. The site is http://www.allied-benefits.com , the sub menu not working in IE8 is product submenu. The above .jpg shows it working fine in Chrome and FF.
BTW - based on another post on sub menu not working, I also replaced the following two files and cleared the browser cache:
lib/functions/theme.php
lib/scripts/custom.js
But it did not fix the problem .
I checked in Firefox, Chrome, and IE but the menus all display the same. Are you using the Wordpress menus? http://mysitemyway.com/docs/index.php?title=Using_Wordpress_Menus.
If not then I would go check that out. They are easy to setup and create sub menus.
I had the same problem and found a solution, not sure is the proper one. Submenus on IE were hidden somehow, to the #primary_menu css I added "z-index: 6", that brought it up again. Hope this helps.
Thanks PointM!! Your solution worked - Not sure if it is relevant, but I did eliminate space between the colon and 6
The entire line of code:
#primary_menu{height:60px;letter-spacing:1px;text-transform:uppercase;margin:0 auto;width:980px;padding-top:0;z-index:6;}
A little late but you're welcome amwert6. Curious about the space between the colon and 6, I've seen with and without the spaces, not really sure about the difference. Glad I helped.
You must log in to post.