Direction
テキストの文字の流れ方を指定します。
日本語や英語などは、左から右へ流れますが、アラビヤ語など右から左にテキストを流すことができるようになりました。
このプロパティーは、IE5.0から対応しています。
●関連プロパティ
{ direction : ltr | rtl }
{ unicode-bidi : embed | bidi-override }
テキストの流れ方の指定
テキストの文字の流れ方を指定します。
text-align同じような表示になり、このプロパティーだけではテキストの流れる方向は変わりません。
{ direction : ltr | rtl }
<p style="direction: ltr;">Dynamic HTMLは、Microsoft....</p>
Dynamic HTMLは、Microsoft®
Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、視覚的に優れたHTMLドキュメントを作成できる。
Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。
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="direction: rtl;">Dynamic HTMLは、Microsoft....</p>
Dynamic HTMLは、Microsoft®
Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、視覚的に優れたHTMLドキュメントを作成できる。
Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。
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.
テキストの流れる方向の指定
テキストの文字の流れ方を方向を指定します。
embedでユニコードに準じたテキストの流れる方向に、bidi-overrideでdirectionプロパティーに準じたテキストの流れる方向になります。
directionで、rtlを設定し、unicode-bidiでbidi-overrideを設定すると、右からテキストが流れます。
{ unicode-bidi : embed | bidi-override }
<p style="direction: rtl; unicode-bidi: enmbed;">Dynamic HTMLは、Microsoft....</p>
Dynamic
HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、視覚的に優れたHTMLドキュメントを作成できる。
Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。
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="unicode-bidi: bidi-override; direction: rtl;">Dynamic HTMLは、Microsoft....</p>
Dynamic HTMLは、Microsoft® Internet Explorer 4.0の革新的な機能の1つである。 Dynamic HTMLにより、オーサーはドキュメントのレンダリングとコンテントを動的に変更でき、視覚的に優れたHTMLドキュメントを作成できる。
Dynamic HTMLドキュメントでは、これらの変更はユーザーとの対話によって可能となるため、サーバー側のプログラムや、特殊効果を実現する複雑なHTMLページに依存することがない。
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.
|
|
|
|---|