Hi,
On my submenus I have items that lead to another level of menu. However the pointing down arrow that is present on the parent menu is not present on the sub menus. The image I want to show on the sub menus are the menuitem_submenuindicator.png. Please see my site as it views currently:
The only place in my css that this shows up is in the following rule:
#ariyui22.yui-skin-sam LI.yuimenuitem-hassubmenu {background-image:url(js/build/menu/assets/skins/sam/menuitem_submenuindicator.png);background-position: right center;background-repeat: no-repeat;}
In the demo the submenu arrows show up and the css is exactly the same as mine (but for the different id).
Please let me know how I can add the arrow to the submenus that lead on to other menus.
Many Thanks.