横書き表示に表示

縦書き表示に表示

Page Top ▲

Writing Mode

テキストの縦書きに表示させます。
このプロパティーは、IE5.5からの対応です。

●関連プロパティ

TEXT-UNDERLINE

{ writing-mode : lr-tb | tb-rl }

 

横書きに表示

lr-tbで、横書きに表示します。

{ writing-mode : lr-tb }

<p style="writing-mode: lr-tb;">Dynamic HTML (DHTML) is a set of innovative features in.....</p>

Dynamic HTML (DHTML) is a set of innovative features in Microsoft® Internet Explorer 4.0. By enabling authors to dynamically change the rendering and content of a document, DHTML gives authors the ability to create visually outstanding HTML documents that interact with the user without the burden of relying on server-side programs or complicated sets of HTML pages to achieve special effects.

<p style="writing-mode: lr-tb;">Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の......</p>

Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、視覚的に優れたHTMLドキュメントを作成できる。 Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。

 

縦書き表示

tb-lrで縦書き表示に表示します。

{ writing-mode : tb-lr }

<p style="writing-mode: tb-rl;">Dynamic HTML (DHTML) is a set of innovative features in.....</p>

Dynamic HTML (DHTML) is a set of innovative features in Microsoft® Internet Explorer 4.0. By enabling authors to dynamically change the rendering and content of a document, DHTML gives authors the ability to create visually outstanding HTML documents that interact with the user without the burden of relying on server-side programs or complicated sets of HTML pages to achieve special effects.

<p style="writing-mode: tb-rl;">Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の.....</p>

Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、視覚的に優れたHTMLドキュメントを作成できる。 Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。