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