Right hand side menu item images

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
spearce
Beginner
Beginner
Posts: 4
Joined: Tue Jul 08, 2003 10:39 am

Right hand side menu item images

Post by spearce »

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?
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

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
spearce
Beginner
Beginner
Posts: 4
Joined: Tue Jul 08, 2003 10:39 am

Thanks!

Post by spearce »

Thanks Kevin for your reply...all fixed :)
Post Reply