縦書きにする |
Internet Explorer | Netscape Navigator | iCab | Safari | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3.0x | 4.0x | 4.5 | 5.0x | 5.5 | 6.0 | 2.0x | 3.0x | 4.x | 6.0 | 7.0 | 2.x | 1.0 | |
Windows | × | × | - | × | ○ | ○ | × | × | × | × | × | - | |
Macintosh | × | × | × | × | - | - | × | × | × | × | × | × | × |
UNIX | - | - | - | - | - | - | × | × | × | × | × | - |
ポイント | p { writing-mode:tb-rl; } |
---|---|
説 明 | 文字を縦書きにするにはwriting-modeで筆記方向を指定します。縦書きの場合はtb-rlを指定します。 |
サンプル | <html> <head> <title>縦書きにする</title> <style type="text/css"><!-- p { writing-mode:tb-rl; } --></style> </head> <body> <p>この段落は縦書き<br> で表示されます。<br> IE5.5以降で可能です。</p> </body> </html> |
補足説明 | なし |
■サンプルを実行する >>実行 ■各ブラウザでの動作結果を見る >>View! |