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:54
Right hand side menu item images
Poster: spearce
Dated: Friday November 28 2003 - 13:19:31 GMT
Can anyone tell me if the 'overimage' attribute can work on images placed on the right hand side of a menu item? It doesn't seem to work on 'subimage' and there isn't an 'oversubimage' attribute that can be used...is there?
Poster: kevin3442
Dated: Saturday November 29 2003 - 4:40:50 GMT
If you're talking about adding a rollover effect to subimage (the image used to indicate the availability of a submenu), then the property you want is called onsubimage. The subimage and onsubimage properties can be used as menu style properties or menu item properties. In other words, they can be defined in a menu style or in any individual aI() menu item. If defined in a style, they will be used in any menu using that style, for any menu item that also uses showmenu to open a submenu. If defined in a particular menu item, they will be used in that menu item (as long as it also used showmenu to open a submenu), overriding the style settings.
image and overimage are used to add an "icon" to a menu item and to provide a rollover effect respectively. These properties do not rely on the use of showmenu to open a submenu.
Hope that helps,
Kevin
Thanks!
Poster: spearce
Dated: Saturday November 29 2003 - 13:48:42 GMT
Thanks Kevin for your reply...all fixed