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