The direction property should be set to match the direction of the text: rtl for Hebrew or Arabic text and ltr for other scripts. This should normally be done as part of the document (e.g., using the dir attribute in HTML) rather than through direct use of CSS.
The property sets the base text direction of block-level elements and the direction of embeddings created by the unicode-bidi
property. It also sets the default alignment of text and block-level elements and the direction that cells flow within a table row.
ltr
direction. Text and other elements go from left to right
For the direction property to have any effect on inline-level elements, the unicode-bidi
property's value must be 'embed' or 'override'.
Page last modified 00:03, 23 Jul 2007 by Verruckt