左右反転フィルタ

動作ブラウザ 【 IE:4.0  NN:-】 ■CSSバージョン【-】
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:flipH(); }
説  明 左右反転フィルタはflipH()になります。flipH()では以下のパラメータを指定することができます。

enabled trueまたはfalse。フィルタ効果の有無。
サンプル <html>
<head>
<title>左右反転</title>
<style type="text/css"><!--
.flp { position:absolute;filter:flipH(); }
--></style>
</head>
<body>
<h1 class="flp">左右反転(flipH)</h1>
<br><br><br>
<div>
 上の見出しは左右が反転しています。
</div>
</body>
</html>
補足説明 なし

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