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?

dissociate color css (active / over menu, select)
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: dissociate color css (active / over menu, select)
#5361
dissociate color css (active / over menu, select) 13 Years, 10 Months ago Karma: 0
Hello (sorry for bad english)

I am seraching to dissociate color CSS (like the image)
I have problem for menu over / select over.

Thanks in advance
The administrator has disabled public write access.
 
#5363
Re:dissociate color css (active / over menu, select) 13 Years, 10 Months ago Karma: 748
Hello,

You can use the following CSS rules:

Code:


/* over */
.ux-menu-container .ux-menu A.ux-menu-link-hover
{
 background: red;
}

/* select over */
.ux-menu-container .ux-menu a:hover,
.ux-menu-container .ux-menu A.ux-menu-link-hover:hover
{
  background: green;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10643
Re:dissociate color css (active / over menu, select) 13 Years, 3 Months ago Karma: 0
Hi,

I really like this menu, thanks a lot!

Just I'm havin troubles to highlight the current item (which would be the black one in above example). I'm using Joomla 1.6 and set "Highlight current item" to "Yes" in the paramenters, but does't work.. not even by modifying the CSS

Have a nice sunday
lotta
The administrator has disabled public write access.
 
#10648
Re:dissociate color css (active / over menu, select) 13 Years, 3 Months ago Karma: 748
Hello,

Provide link to page please where we can see the menu on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10658
Re:dissociate color css (active / over menu, select) 13 Years, 3 Months ago Karma: 0
the top menu.. themediateur.eu

Thanks!
lotta
The administrator has disabled public write access.
 
#10678
Re:dissociate color css (active / over menu, select) 13 Years, 3 Months ago Karma: 748
Download and upgrade module please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12