マウスが重なったら、その下の画像を切り替える【その2】


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

ポイント <img src="image1.gif" onMouseover="this.src='image2.gif'" onMouseout="this.src='image1.gif'">
説  明 IE4,NN6などDOM (Document Object Model)に対応しているブラウザではハイパーリンクを使わなくても直接imgタグ内にイベントを記述して処理できます。この場合はdocument.画像の名前.srcのように記述しなくても「this.src」に表示する画像URLを入れるだけで画像を切り替えることができます。
サンプル <html> <head> <title>マウスが重なったら、その下の画像を切り替える【その2】</title> </head> <body> <img src="image1.gif" onMouseover="this.src='image2.gif'" onMouseout="this.src='image1.gif'"> </body> </html>
補足説明 なし

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

写真素材 PIXTA