CrestDelegate
08-03-2005, 11:47 AM
I have an image linked and when ONMOUSEOVER, it will change to a different one.
The initial image shows up, but after I hover the mouse, the IE x appears.
I move the mouse away, but the x remains.
Here is the code I am currently using. Currently I have no host, so is it because it is only on the PC?
<a href="C:\Documents and Settings\Omnius\Desktop\system.html"
onMouseOver="document.image1.src='C:\Documents and Settings\Omnius\Desktop\System\onsystem.gif'"
onMouseOut="document.image1.src='C:\Documents and Settings\Omnius\Desktop\System\nmsystem.gif'">
<img src="C:\Documents and Settings\Omnius\Desktop\System\nmsystem.gif" name="image1">
</a>
Thanks
The initial image shows up, but after I hover the mouse, the IE x appears.
I move the mouse away, but the x remains.
Here is the code I am currently using. Currently I have no host, so is it because it is only on the PC?
<a href="C:\Documents and Settings\Omnius\Desktop\system.html"
onMouseOver="document.image1.src='C:\Documents and Settings\Omnius\Desktop\System\onsystem.gif'"
onMouseOut="document.image1.src='C:\Documents and Settings\Omnius\Desktop\System\nmsystem.gif'">
<img src="C:\Documents and Settings\Omnius\Desktop\System\nmsystem.gif" name="image1">
</a>
Thanks