テキストフィールドにマウスが乗ったら不透明にする


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

ポイント <input type="text" style="filter:alpha(opacity=70)" onMouseover="this.filters['alpha'].opacity=100" onMouseout="this.filters['alpha'].opacity=70">
説  明 テキストフィールドにマウスが乗ったら不透明にするには、あらかじめスタイルシートでfilter:alpha(opacity=不透明度)を指定しておきます。あとはマウスイベントを検知し「this.filters["alpha"].opacity=不透明度」で不透明度を指定します。
サンプル <html> <head> <title>テキストフィールドにマウスが乗ったら不透明にする</title> </head> <body background="bg.gif"> <form> <input type="text" style="filter:alpha(opacity=70)" onMouseover="this.filters['alpha'].opacity=100" onMouseout="this.filters['alpha'].opacity=70"> </form> </body> </html>
補足説明 なし

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

写真素材 PIXTA