0

ロールオーバー時に別の画像をdiv変更しようとしていますが、srcTypeError: 'null' is not an object.

<div id="text" onmouseover="document.getElementById('button').src='pushed.png'">
Hello
</div>
<img id"button" src="unpushed.png"/>
4

1 に答える 1

2

これは、あなた=id"button".

于 2012-04-22T16:27:23.733 に答える