javascript rollover image?

metal-fan

New member
What's wrong with this code - the image shows up but glitches when you move over it.
<a href = "home.html"
onmouseover="document.hom.src = 'homedown.bmp'"
onmouseout="document.hom.src = 'home.bmp'">
<img src="home.bmp" name="hom" alt="..."></a>
 
Back
Top