Problem with then "clickimage" option.

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
fpajot
Advanced
Advanced
Posts: 14
Joined: Thu Nov 07, 2002 4:10 pm

Problem with then "clickimage" option.

Post by fpajot »

I try to use the "clickimage" option in a menu like that :

with(milonic=new menuname("ardennes")){
style=MenuStyle2;
left=96;
top=44;
alwaysvisible=1;
aI("url=javascript:AR(08);image=images/ORT/carte/ardennes_off.gif;clickimage=images/ORT/carte/ardennes_on.gif");
}
with(milonic=new menuname("marne")){
style=MenuStyle2;
left=86;
top=61;
alwaysvisible=1;
aI("url=javascript:AR(08);image=images/ORT/carte/marne_off.gif;clickimage=images/ORT/carte/marne_on.gif");
}

When I click on the image, nothing happened
Can I have some help please.
TSAMandy
Advanced
Advanced
Posts: 11
Joined: Tue Jan 04, 2005 9:42 pm

missing implementation

Post by TSAMandy »

It looks to me a lot like all the "click[X]" properties are completely unimplemented. This is more than a little frustrating.

And guys, while you're working on that, could you please make those properties analogous to the on/off properties? That is, for each of the on/off's, have a click version, too. I'm particularly looking forward to "clickclass"...

Thanks!
TSAMandy
Advanced
Advanced
Posts: 11
Joined: Tue Jan 04, 2005 9:42 pm

Post by TSAMandy »

Hooray! Problem solved! Thanks, guys. :)
Post Reply