Hi!
Suckerfish menu in Joomla works this way. When i click a link, in the sub-menu shows the sub-links of that menu and are visible.
I installed JUGA (component) that comes with a menu and linked it to suckerfish menu. All ok... but.. when i hover a link in the main menu it shows the sub-links above.. all ok.
The problem is when i click the main menu link... the sub-links are not visible and static, only when i hover the parent link menu. What i want is that when i click a link, the sub-menu links remain visible and static.
This is the CSS for that sub-menu:
div#horiz-menu ul ul{ width: 100%; position: absolute; z-index: 1; left: 0; display: none; z-index: 5000; }
If i change
display:none;
to:
display:block;
it shows all the sub-links for all the menus.. which is wrong because its suppost to show only the sub-links of the menu link i just clicked. But however they all remain visible and static which is the way i want.
when i hover a main menu link this is what i get!
When i click that same link the sublinks should appear and remain static but they are gone! see the screenshot below
Thanks in advance.
Peter

