マウスが重なったら画像の透明度を変える


動作ブラウザ 【 IE:4.0  NN:-
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 - - - - - - - - - - × × -

ポイント <img src="sample.gif" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=50);" onMouseover="this.filters['alpha'].opacity=100" onMouseout="this.filters['alpha'].opacity=50">
説  明 透明度を変化させるにはスタイルシートのα合成フィルタで透明度を指定しておきます。透明度は「オブジェクト名.filters["alpha"].opacity」で設定できます。透明度は0〜100で0が透明、100が不透明となります。サンプルのようにタグ内に直接スクリプトを記述する場合は「this.filters["alpha"].opacity」で透明度を設定できます。
サンプル <html> <head> <title>マウスが重なったら画像の透明度を変える</title> </head> <body> <img src="sample.gif" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=50);" onMouseover="this.filters['alpha'].opacity=100" onMouseout="this.filters['alpha'].opacity=50"> </body> </html>
補足説明 なし

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

写真素材 PIXTA