|   | 
			
| 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 | - | - | - | - | - | - | × | × | × | × | - | ||
| ポイント | .ds { position:absolute;filter:shadow(color=blue); } | 
			||||||
|---|---|---|---|---|---|---|---|
| 説 明 | シャドウフィルタはshadow()になります。shadow()では以下のパラメータを指定することができます。
  | 
			||||||
| サンプル | <html> <head> <title>シャドウ(影)</title> <style type="text/css"><!-- .ds { position:absolute;filter:shadow(color=blue); } --></style> </head> <body> <h1 class="ds">シャドウ (shadow)</h1> <br><br><br> <div> 上の見出しには、影がついています。 </div> </body> </html>  | 
			||||||
| 補足説明 | なし | 
			||||||
| ■サンプルを実行する >>実行 ■各ブラウザでの動作結果を見る >>View!  |