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?

Unique Backgrounds?
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Unique Backgrounds?
#14475
Re: Unique Backgrounds? 12 Years, 11 Months ago Karma: 747
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? 12 Years, 11 Months 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