Language References
Sets or retrieves the reading order of the specified object.
CSS |
{ direction: [ ltr | rtl | inherit ] } |
Script |
object.style.direction = sDirection ] |
ltr |
The text flow is left-to-right. |
rtl |
The text flow is right-to-left. |
inherit |
The text flow value is inherited. |
The property is read/write with a default value of ltr.
dir