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?

Unique Backgrounds?
(0 viewing) 
Go to bottomPage: 123
TOPIC: Unique Backgrounds?
#14475
Re: Unique Backgrounds? 14 Years, 1 Month ago Karma: 764
Add CSS rules in the next format:

Code:


#menu .yui-skin-sam UL LI.yui-menu-item[MAIN_MENU_ITEM_ID] .yuimenu
{
 background-image: url(background.jpg);
}



Where [MAIN_MENU_ITEM_ID] is menu ID of main menu item. For example use the next CSS for "PRODUCTS" menu item:

Code:


#menu .yui-skin-sam UL LI.yui-menu-item7 .yuimenu
{
 background-image: url(background.jpg);
}



Just specify appropriate background image for "background-image" CSS property.

PS: Menu item ID can be found in Joomla! menu manager.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#14527
Re: Unique Backgrounds? 14 Years, 1 Month ago Karma: 0
this has solved my issue, thank you so much for your excellent support.
The administrator has disabled public write access.
 
Go to topPage: 123