Mega menu in ff doesn't dissapear

GK User
Thu Jun 28, 2012 2:56 pm
hi there :)
I need a little help.
on this site http://www.totalseamagazine.com/
you can see the mega menu child item doesn't pop back. I hover over a menu that has sub menus and it keeps opened if i move my mouse away it only pops back it i hover over an other menu.
The client doesn't have any budget to update the whole site the a newer joomla and template.
MY question: which version of the template is compatible to override 1.0.0 safely
and what part should I override I cannot install the template entirely because some of it is modified (not the menu part though)
Thanks very much
Atti
User avatar
Junior Boarder

teitbite
Sun Jul 01, 2012 11:52 am
Hi

This site is overloaded with javacripts. So the problem is that some may be in conflict. I can barely see this site with my additional javascript for browser :) Ok. A quick fix can be this:

Code: Select all
ul#gk-menu > li > childcontent { display:none; }
ul#gk-menu > li:hover > childcontent { display:block; }
User avatar
Moderator


cron