Hi,
Yes, you create a different style for the main menu. So, if your menus all use menuStyle, create a copyOf style for the submenus, so it will use menu style, but in menuStyle leave out the subimage, and in the copyOf for the subStyle add that subimage. The below link is to an explanation of the copyOf method.
viewtopic.php?t=4595
The other way to do it, if you don't have a zillion submenus to open is to leave out the subimage from the menuStyle and just add that parameter to each item that opens a sub in the submenus.
Code: Select all
aI("text=Hello;showmenu=subhello;subimage=arrow.gif;");
}