マウスが画像上と画像外でイメージを変える

サンプルソース

<input type="image" src="a.gif" onmouseover="this.src='b.gif'" onmouseout="this.src='a.gif'">


サンプル

関連する内容



Copyright (C) JavaScript@Workshop All rights reserved.