When I hover over my menuitem, I understand that it's determined under:
.ux-menu LI a:hover
{
code here
}
but how to apply this to also to happen when I'm browsing submenus? I tried:
.ux-menu LI a:hover,
.ux-menu-sub LI a:hover
{
code here
}
So I want to keep the change what happens when mouse is hovered over menu item, so it applies when browsing sub-menu. I want only to determine changes to main menu item, not for submenus while browsing submenus.
Site is:
hipit.fi/index.php?template=js_jamba
Edit: here is the picture
At left, that's the case when my mouse is over the menuitem, and submenu pops out. In the right is the situation when I move cursor to submenu. I would like to have the looks of the menu look like in the left picture, even I'm browsing sub menu.