Leila_lea
01-28-2006, 01:44 PM
HI, I have an image which links to another page, but I want the image to change when you hover over it.
Does any1 know the code pleassse?
Does any1 know the code pleassse?
|
View Full Version : I Need Urgent Help Pleasssse Leila_lea 01-28-2006, 01:44 PM HI, I have an image which links to another page, but I want the image to change when you hover over it. Does any1 know the code pleassse? nt4836 01-29-2006, 03:28 PM I think it's easy one but I don't know it either, *smacks self in had* AKsHoney 02-02-2006, 03:38 AM Place this code between the head tags. Substitute imgName with the name of your image. <script language="javascript"> <!-- This script works in: Navigator 3 - 4, Opera 3.1, and Explorer 4 if (document.images) { teston = new Image(); // Active images teston.src = "test.on.gif"; testoff = new Image(); // Inactive images testoff.src = "test.off.gif"; } function imgOn(imgName) { if (document.images) { document[imgName].src = eval(imgName + "on.src"); } } function imgOff(imgName) { if (document.images) { document[imgName].src = eval(imgName + "off.src"); } } // --> </script> lonly__1 02-04-2006, 07:26 PM HI, I have an image which links to another page, but I want the image to change when you hover over it. Does any1 know the code pleassse? NOPE!!!!!!!!! SORRY lonly__1 02-04-2006, 07:28 PM NOPE!!!!!!!!! SORRY Do you know how to go to chat??? |