Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

While browsing submenu, the parent menuitem change
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: While browsing submenu, the parent menuitem change
#21705
While browsing submenu, the parent menuitem change 12 Years, 7 Months ago Karma: 0
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.
Last Edit: 2011/11/15 07:10 By Vihreakaupunki.
The administrator has disabled public write access.
 
#21707
Re: While browsing submenu, the parent menuitem change 12 Years, 7 Months ago Karma: 0
Sorry about bumping this post, put I'm sure that this has been looked once, but without my edit.
The administrator has disabled public write access.
 
#21710
Re: While browsing submenu, the parent menuitem change 12 Years, 7 Months ago Karma: 748
Hello,

Sorry, but we can't open provided page.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21713
Re: While browsing submenu, the parent menuitem change 12 Years, 7 Months ago Karma: 0
Sorry, website was down because of the downtime of my service provider. It should be online now again.
The administrator has disabled public write access.
 
#21714
Re:While browsing submenu, the parent menuitem change 12 Years, 7 Months ago Karma: 748
Use the next CSS rule:

Code:


.ux-menu A.ux-menu-link-level-0
{
 -o-border-radius: 7px 7px 0 0 !important;
 -moz-border-radius: 7px 7px 0 0 !important;
 -o-border-radius: 7px 7px 0 0 !important;
 -ms-border-radius: 7px 7px 0 0 !important;
 border-radius: 7px 7px 0 0 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21716
Re:While browsing submenu, the parent menuitem change 12 Years, 7 Months ago Karma: 0
That does it, but however I'd like to keep menu button completely rounded while it's not selected/submenu isn't browsed. I forgot to mention that in the original post, this is the problem.
Last Edit: 2011/11/15 14:08 By Vihreakaupunki.
The administrator has disabled public write access.
 
Go to topPage: 12