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:15
Image rollovers
Poster: wicked
Dated: Friday February 10 2006 - 15:36:17 GMT
I am using images for the menu with a rollover image.
The probem I have is that I want the rollover to stay on if the user clicks on that link. This way the menu will show the user via the menu that they are on that page. Hope that makes sense!
Please see the code, as you can see I have tried clickimage=images/homeon2.gif but to no avail.
Any help would be great
Code:
aI("image=images/homeoff.gif;overimage=images/homeon.gif;clickimage=images/homeon2.gif;url=index.asp;status=Home;");
Poster: Shap5202
Dated: Friday February 10 2006 - 16:05:18 GMT
I think what you want is pagebgimage
http://www.milonic.com/itemproperties.php
Poster: wicked
Dated: Friday February 10 2006 - 16:24:42 GMT
Thanks for the help, but it still wont work.
It is doing my head in!
I have also tried pageimage
as shown in the code below:
Code:
aI("image=images/homeoff.gif;overimage='images/homeon.gif';pageimage='images/homeon.gif';url=index.asp;status=Home;");
aI("image=images/newsoff.gif;overimage='images/newson.gif';pagebgimage='images/newson.gif';url=news.asp;status=News;");
aI("image=images/aboff.gif;overimage=images/abon.gif;pagebgimage='images/abon.gif'url=#;showmenu=ab;status=About Us;");
aI("image=images/newsoff.gif;overimage='images/newson.gif';pagebgimage='images/newson.gif';url=news.asp;status=News;");
aI("image=images/aboff.gif;overimage=images/abon.gif;pagebgimage='images/abon.gif'url=#;showmenu=ab;status=About Us;");