direction
Name: direction
Description: Specifies the direction of the flow of text and table column display.
Browser Compatibility: IE 5+ / NN 6+
Inherited: Yes
Values:
- inherit
- ltr [Initial value]
- rtl
Code Example:
div {direction: rtl; unicode-bidi: embed;}