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?

Cant add a background to the submenu.
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Cant add a background to the submenu.
#7928
Cant add a background to the submenu. 13 Years, 6 Months ago Karma: 0
Hi, I canґt add a background to the submenu.
could you tell me the name of the style? I'll do the rest.
thanks!!
The administrator has disabled public write access.
 
#7930
Re:Cant add a background to the submenu. 13 Years, 6 Months ago Karma: 747
Hello,

Use the following CSS rules:

Code:


UL.ux-menu LI UL.ux-menu-sub LI A
{
 background: red;
}

UL.ux-menu LI UL.ux-menu-sub LI A.ux-menu-link-hover,
UL.ux-menu LI UL.ux-menu-sub LI A:hover,
UL.ux-menu LI UL.ux-menu-sub LI A:focus
{
 background: green;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7935
Re:Cant add a background to the submenu. 13 Years, 6 Months ago Karma: 0
hi, thanks, but it didn't work... I mean the real background of the submenu, not the items.
I'm attaching a file.
Thanks!
The administrator has disabled public write access.
 
#7936
Re:Cant add a background to the submenu. 13 Years, 6 Months ago Karma: 747
It seems this problem with site template styles. Provide link to page where we can see the menu that we can help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7937
Re:Cant add a background to the submenu. 13 Years, 6 Months ago Karma: 0
The website is www.hellingerargentina.com.ar/web
thanks!
The administrator has disabled public write access.
 
#7938
Re:Cant add a background to the submenu. 13 Years, 6 Months ago Karma: 747
Add the following CSS rule:

Code:


#pillmenu .ux-menu-sub li a
{
 float: none;
}



Regards,
ARI Soft
Last Edit: 2010/10/19 20:42 By admin.
The administrator has disabled public write access.
 
Go to topPage: 12