発光フィルタ |
Internet Explorer | Netscape Navigator | iCab | Opera | Safari | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3.0x | 4.0x | 4.5 | 5.0x | 5.5 | 6.0 | 2.0x | 3.0x | 4.x | 6.0 | 2.x | 7.x | 1.x | |
Windows | × | ○ | - | ○ | ○ | ○ | × | × | × | × | - | ||
Macintosh | × | × | × | × | - | - | × | × | × | × | × | × | × |
UNIX | - | - | - | - | - | - | × | × | × | × | - |
ポイント | .gw { position:absolute;filter:glow(color=yellow); } |
||||||
---|---|---|---|---|---|---|---|
説 明 | シャドウフィルタはglow()になります。glow()では以下のパラメータを指定することができます。
|
||||||
サンプル | <html> <head> <title>発光効果</title> <style type="text/css"><!-- .gw { position:absolute;filter:glow(color=yellow); } --></style> </head> <body bgcolor="black" text="white"> <h1 class="gw">発光効果 (glow)</h1> <br><br><br> <div> 上の見出しは、発光しています。 </div> </body> </html> |
||||||
補足説明 | なし |
||||||
■サンプルを実行する >>実行 ■各ブラウザでの動作結果を見る >>View! |