pageimage doesn't work when overimage is specified

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
vickybarone
Beginner
Beginner
Posts: 6
Joined: Wed Oct 20, 2004 8:08 pm

pageimage doesn't work when overimage is specified

Post by vickybarone »

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/p ... tch=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
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

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/p ... atch=about");


Regards,
Andy
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Please provide (as requested) a URL to your site.
John
Post Reply