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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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.
#7941
Re:Cant add a background to the submenu. 14 Years, 1 Month ago Karma: 0
worked perfectly fine!
thanks a lot!
could you tell me please how can I add a outer border to the submenu and change the color of the item that are not hover?
thanks again
The administrator has disabled public write access.
 
#7948
Re:Cant add a background to the submenu. 14 Years, 1 Month ago Karma: 760
Add the following CSS rules:

Code:


.ux-menu .ux-menu-sub
{
 border: 2px solid red;
}

#pillmenu .ux-menu-sub A
{
  color: yellow;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7956
Re:Cant add a background to the submenu. 14 Years, 1 Month ago Karma: 0
Hi, thanks for your great help.
Just one more thing please: I'm still having trouble with the styles.
I discovered that when I roll over the parent items the right white line dissapears...
thanks again and again!
The administrator has disabled public write access.
 
#7959
Re:Cant add a background to the submenu. 14 Years, 1 Month ago Karma: 760
Add the following CSS rule:

Code:


#pillmenu .ux-menu LI.ux-menu-item-main
{
  padding-right: 1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7960
Re:Cant add a background to the submenu. 14 Years, 1 Month ago Karma: 0
Thanks a lot!!!
I'll leave a comment on joomla extensions talking about your great support!
The administrator has disabled public write access.
 
Go to topPage: 12