Hi there
I’m having some problems with the Enfold dropdown menus in IE9.
When rolling over the main menu title the dropdown appears, but then vanishes when you try to roll over it.
It’s a big problem as it’s a corporate site and most internal users are on this platform!
Any ideas?
Thanks!
Oddly it doesn’t happen on the ‘mega-menus’.
Hi!
Please try to add this code into the quick css field:
.avia-msie-9 #top #wrap_all .main_menu ul:first-child > li > a{
min-height: 116px;
line-height: 116px;
}
Cheers!
Peter
Hi Peter,
Thanks for the reply.
That didn’t fix it for me unfortunately – the menu still disappears when I try to hover over it.
Thanks!
Hey!
Please try this one:
.avia-msie .main_menu ul:first-child > li a {
height: 116px !important;
line-height: 116px !important;
min-height: 116px !important;
}
.avia-msie .header-scrolled .main_menu ul:first-child > li a {
height: 58px !important;
line-height: 58px !important;
min-height: 58px !important;
}
Best regards,
Ismael