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:
Thanks,
Gorast
.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;
}