Jibaku
04-26-2004, 04:24 AM
The script on Lissa Explains for image mouseover makes the images a link:
<a href="yoururl.html" onmouseover="over_image('img0');" onmouseout="off_image('img0')"> <img src="image1.gif" border="0" name="img0"> </a>
And when I remove the href the script ceases to work altogether. Isn't there a way to stop the images from linking without disabling the mouseover?
<a href="yoururl.html" onmouseover="over_image('img0');" onmouseout="off_image('img0')"> <img src="image1.gif" border="0" name="img0"> </a>
And when I remove the href the script ceases to work altogether. Isn't there a way to stop the images from linking without disabling the mouseover?