Image rollovers

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
wicked
Beginner
Beginner
Posts: 3
Joined: Fri Feb 10, 2006 4:26 pm

Image rollovers

Post by wicked »

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: Select all

aI("image=images/homeoff.gif;overimage=images/homeon.gif;clickimage=images/homeon2.gif;url=index.asp;status=Home;");
Shap5202
Super Advanced
Super Advanced
Posts: 62
Joined: Thu Sep 29, 2005 2:36 pm

Post by Shap5202 »

I think what you want is pagebgimage

http://milonic.com/itemproperties.php
wicked
Beginner
Beginner
Posts: 3
Joined: Fri Feb 10, 2006 4:26 pm

Post by wicked »

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: Select all

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;");
wicked
Beginner
Beginner
Posts: 3
Joined: Fri Feb 10, 2006 4:26 pm

Post by wicked »

Thank you it was pageimage I was being a twat!
Post Reply