Note:
Defines the reading order of the element.
Specify the direction of the table column layout and the direction
of the horizontal overflow.
This property does not affect the directional flow of alphanumeric characters.
Syntax:
element { direction: value }
elementID.style.direction = "value"
document.all.elementID.style.direction = "value" // IE only
|