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?

Change backgroundcolor on submenus
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Change backgroundcolor on submenus
#6727
Change backgroundcolor on submenus 13 Years, 8 Months ago Karma: 0
The menu itself has a background image to all the menu items, but I want the submenus to have a white background. How do I do this? When I try to change in the safe_menu.css, it always affect the parent items.

Iґve attached the safe_menu.css.
Something is hidden for guests. Please login or register to see it.
File Attachment:
File Name: safe_menu.txt
File Size: 7527
Last Edit: 2010/08/31 07:16 By norstar.
The administrator has disabled public write access.
 
#6728
Re:Change backgroundcolor on submenus 13 Years, 8 Months ago Karma: 747
Hello,

In what color do you want to display menu parent items?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6729
Re:Change backgroundcolor on submenus 13 Years, 8 Months ago Karma: 0
All the parent items (menu items on top) have an image as background, to get the rounded corners. But I want all the drop down menu items to have a white background.

So all the menu items on top, have a background image, and all the drop down items are going to have a white background, not a background image.
The administrator has disabled public write access.
 
#6732
Re:Change backgroundcolor on submenus 13 Years, 8 Months ago Karma: 747
When we open the page in a browser, we see sub-menu items with white background:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#6733
Re:Change backgroundcolor on submenus 13 Years, 8 Months ago Karma: 0
no, if you see closely, they have the same background image as the parent items, this gives them a litte blue line on top of each submenu item. I want the to have a solid white background. Is this possible?
The administrator has disabled public write access.
 
#6735
Re:Change backgroundcolor on submenus 13 Years, 8 Months ago Karma: 747
Add the following CSS rules to safe_menu.css

Code:


{$id} ul li li a.yuimenuitemlabel, 
{$id} ul li li a.yuimenuitemlabel:link, 
{$id} ul li li a.yuimenuitemlabel:hover, 
{$id} ul li li a.yuimenuitemlabel:visited
{
 background: #FFF none;
}



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