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:41
pageimage doesn't work when overimage is specified
Poster: vickybarone
Dated: Tuesday June 14 2005 - 1:33:51 BST
Hi -
I'm using the menu system for a client site and their design calls for each main navigation image to have 3 states - off, over, on
each has a different image associated with it - here's my ai() tag:
aI("image=../../graphics/nav/nav_about_off.gif;pageimage=../../graphics/nav/nav_about_onMatch.gif;overimage=../../graphics/nav/nav_about_on.gif;showmenu=About;url=http://localhost/homesforamerica/main/pages/about.cfm;pagematch=about/");
From reading about the pageimage attribute, I understand that it should be highlighted on "pagematch" - but the over image is visible not the on image (pageimage). When I only specify the pageimage and not an overimage, it works - and vice versa - but I need all three states to work.
Any help would be greatly appreciated. I'm using version 5.0.
Thanks,
Vicky
Poster: Andy
Dated: Tuesday June 14 2005 - 11:16:38 BST
Hi,
From looking at the sample, you might need to change the pagematch property:
Try this instead:
aI("image=../../graphics/nav/nav_about_off.gif;pageimage=../../graphics/nav/nav_about_onMatch.gif;overimage=../../graphics/nav/nav_about_on.gif;showmenu=About;url=http://localhost/homesforamerica/main/pages/about.cfm;pagematch=about");
Regards,
Andy