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.
Problem with then "clickimage" option.
missing implementation
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!
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!