Click to See Complete Forum and Search --> : onmouseover different image location?


vitesse
09-05-2004, 10:50 PM
I, I'm new to this forum, I searched this information but i don't find it.

I use the onmouseover for a menu, how can I specified to use an image in my images directory and not on the root of my site.

i tried onMouseOver="if(document.images) document.INTERFACE2.<A HREF=;" src='images/interface_1x3a.gif' but when I add images/ this doesn't work. How can I tell the script to use image in my images folder? and the same question apply to my preload script for the same page.

Jupac
09-05-2004, 10:57 PM
try
/images/interface_1x3a.gif

vitesse
09-05-2004, 11:04 PM
Nop, this doesn't work. but thanks for the quick answer. I tried
www.domaine.com/images/interface_1x3a.gif but this dowsn't work too.

JPnyc
09-05-2004, 11:45 PM
If you tell us the path to the images folder, we can tell you what to use. If it's one directory up from the root, then ../images/NameOfPic

vitesse
09-06-2004, 12:37 AM
I made a mistake when I replaced my script with a new one including the new image folder, I changed all the copie of the script for all my web page and I mistakenly hit a key on the keybord and added a bad caracter to the script. Sorry. Now this is working verry well.

thank for your help.

Jupac
09-06-2004, 10:48 AM
np i do that a lot :p