javascript rollover image question?

metal-fan

New member
What's wrong with this code? It shows the original image but when i rollover it twitches back and forth between no image and the original image.

<a href = "home.html" onmouseover="document.hom.src='homedown.bmp'"

onmouseout="document.hom.src='home.bmp'"><img src="home.bmp" name="hom" alt="..."></a>

help is appreciated, ty.
<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