Submenus dont show on mouse over

GK User
Sat Oct 01, 2016 12:53 am
Hi,
I created custom menu and I cant get the submenus to open.
The url to the web is http://beta.gg.mk/ and the menu is this:
Capture.PNG


Thanks,
Gorast
User avatar
Platinum Boarder

teitbite
Sat Oct 01, 2016 12:40 pm
Hi

In menu module settings You need to select to show submenus. It's not included right now.
User avatar
Moderator

GK User
Sun Oct 02, 2016 9:43 am
When I do that it shows the sub menus all the time. I want them to be drop-down as its on the main menu.
Gorast
User avatar
Platinum Boarder

teitbite
Mon Oct 03, 2016 6:44 pm
Hi

Regular joomla menu doesn't have drop-down feature. Leave it as it is and add this code to override.css

Code: Select all
.menufilterMenu ul {
display: none;
    background: #fff none repeat scroll 0 0;
    margin-left: 0;
    padding: 10px;
    position: absolute;
    z-index: 999;
}

.menufilterMenu li:hover > ul {
display: block;
}
User avatar
Moderator

GK User
Mon Oct 03, 2016 8:42 pm
Huh, never occurred to me that I can do it this way. :D
Thanks!

Gorast
User avatar
Platinum Boarder

teitbite
Wed Oct 05, 2016 1:50 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron