Web Developer's Room
HOME > DHTML サンプル集 > 基本編     

基本編

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

<html>
<body>

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

 サンプル




スポンサードリンク


(C) Web Developer's Room All rights reserved.