Hi Marius, Thanks but i have looked for it and i couldn't find it yet.
Do you have a link or anything?
J
JORDN
@JORDN
Posts
-
Double submenu -
Double submenuHi Guys,
I tried working with a double submenu but it doesn't work yet.
The code i used works horizontal and i guess there have to be more space in the menu.Website: http://www.phelim-hoey.nl/
This is the concept:
And i tryed this code:
/submenu/
nav.primary .sub-menu li{
display: block;
position: relative;
}
.sub-menu{
padding-top: 10px!important;
opacity: 0;
transition: opacity 200ms ease;
-webkit-transition: opacity 200ms ease;
pointer-events: none;
position: absolute;
}
nav.primary li:hover .sub-menu{
opacity: 1;
pointer-events: auto;
}
/**/any suggestions?
Thanks!