Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:29
Subimage only show in submenus - SOLVED
Poster: ssuite
Dated: Wednesday August 29 2007 - 16:18:13 BST
Hello.
Can someone tell me how to configure it so the subimage will NOT show with the main navigation items - and only show with the submenus?
Thanks a lot.
Update:
I created a new menustyle just for main menu, and dropped subimage from it. That worked
Thanks.
Poster: Ruth
Dated: Wednesday August 29 2007 - 17:07:05 BST
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.
http://www.milonic.com/forum/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:
aI("text=Hello;showmenu=subhello;subimage=arrow.gif;");
}
}