Having problems with DHTML Menu? There is usually somebody here who knows the answer.
wicked
Beginner
Posts: 3 Joined: Fri Feb 10, 2006 4:26 pm
Post
by wicked » Fri Feb 10, 2006 4:36 pm
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;");
wicked
Beginner
Posts: 3 Joined: Fri Feb 10, 2006 4:26 pm
Post
by wicked » Fri Feb 10, 2006 5:24 pm
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
Posts: 3 Joined: Fri Feb 10, 2006 4:26 pm
Post
by wicked » Fri Feb 10, 2006 5:47 pm
Thank you it was pageimage I was being a twat!