Hi
is there a way I can show submenus in the 'Categories' menu when you hover or click on a main menu item?
thanks
luc
#gkInset ul.menu > li ul {
display:none;
}
#gkInset ul.menu > li:hover ul {
display:block;
}
#gkPageContent > #gkInset.visible {
z-index: 1000 !important;
}
#gkInset ul.menu > li ul {
display: none;
}
#gkInset ul.menu > li.active ul {
display: block;
}
#gkInset ul.menu > li.current ul {
display: none;
}