文字を半透明にする【NN6】

動作ブラウザ 【 IE:-  NN:6.0】 ■CSSバージョン【-】
Internet Explorer Netscape Navigator iCab
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.x 6.0 2.x
Windows × × - × × × × × × -
Macintosh × × × × - - × × × ×
UNIX - - - - - - × × × × -

ポイント h1 { -moz-opacity:0.5; }
説  明 半透明にするには-moz-opacity:0.5のように指定します。不透明度は0から1の範囲となります。0で完全に透明、1で不透明になります。
サンプル <html> <head> <title>文字を半透明にする【NN6】</title> <style type="text/css"><!-- h1 { -moz-opacity:0.5; } --></style> </head> <body background="bg.gif"> <h1>Sample</h1> </body> </html>
補足説明 なし

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