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:06
Problem with then "clickimage" option.
Poster: fpajot
Dated: Friday October 22 2004 - 14:31:01 BST
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.
missing implementation
Poster: TSAMandy
Dated: Wednesday January 5 2005 - 20:28:26 GMT
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!