本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

direction

Specifies the text direction for the element.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
5.0+6.0+1.0+no1.0+

Usage

[left-to-right | right-to-left]

Values

inheritInherit the value from the parent element.
ltrLeft-to-right.
rtlRight-to-left.

Availability

W3C CSS2

Related