画像の送信ボタンの画像を入れ替える


動作ブラウザ 【 IE:4.0  NN:6.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows × - × × × × - × -
Macintosh × - × × × × - - ×
UNIX - - - - - × × × × - - -
Dreamcast - - - - - - - - - - × × -

ポイント <input type="image" src="btn1.gif" onMouseover="this.src='btn2.gif'" onMouseout="this.src='btn1.gif'">
説  明 画像の送信ボタンの画像を入れ替えるにはsrcプロパティに入れ替える画像URLを代入します。onMouseover="this.src=画像URL"としてマウスが乗った時の画像を指定、onMouseout="this.src=画像URL"でマウスが離れた時の画像(通常の画像)を指定します。
サンプル <html> <head> <title>画像の送信ボタンの画像を入れ替える</title> </head> <body> <form> <input type="text"><br> <input type="image" src="btn1.gif" onMouseover="this.src='btn2.gif'" onMouseout="this.src='btn1.gif'"> </form> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA