Image based menu **SOLVED**

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
justicepig
Beginner
Beginner
Posts: 1
Joined: Wed May 02, 2007 11:21 am

Image based menu **SOLVED**

Post by justicepig »

Hi I have a small problem, I have a menu that uses images for the top level item ie.

Code: Select all

aI("image=images/menuimages/introduction.jpg;overimage=images/
menuimages/introduction_over.jpg;url=index1.asp;");
The issue is when the page is loaded the image shows the image and not
the overimage is there a way of setting the image to be the overimage like
onImage='' or something?

SOLUTION: USE PAGEIMAGE, EXAMPLE

Code: Select all

aI("image=images/menuimages/contactus.jpg;overimage=images/
menuimages/contactus_over.jpg;pageimage=images/menuimages/
contactus_over.jpg;showmenu=contact;");
Post Reply