hmm.... i've juts been doing this and i cant seem to get it to work, heres the code i have in so far:
-under the head tag
code:
<script language="JavaScript">
<!--
image1 = new Image();
image1.src = "images/graphics-over.png";
//-->
</script>
-and under the body tag
code:
<a href="graphics.html" onmouseover="image1.src='images/graphics-over.png';"
onmouseout="image1.src='images/graphics.png;">
<img src="images/graphics.png" border=0></a>
anyone see why its not working? thanks!
edit
sorted, seems i did need the 'name whatever' hehe, thanks anyway!