I’m trying to have a div change the src of another image on roll over, but I get a TypeError: 'null' is not an object.
<div id="text" onmouseover="document.getElementById('button').src='pushed.png'">
Hello
</div>
<img id"button" src="unpushed.png"/>
I suspect this is because you’re midding the
=inid"button".