Retrieves a string value that indicates whether the content in the block element flows from left to right, or from right to left.
Syntax
HTML | N/A |
---|
Scripting | [ sFlowDirection = ] object.blockDirection |
---|
Possible Values
sFlowDirection | String that
receives one of the following values.ltr | Content flows from left to right. | rtl | Content flows from right to left. |
|
The property is read-only.
The property has no default value.
Standards Information
There is no public standard that applies to this property.
Applies To
|
ADDRESS,
BLOCKQUOTE,
BODY,
CENTER,
currentStyle,
CUSTOM,
DD,
defaults,
DIV,
DL,
DT,
FIELDSET,
FORM,
hn,
ISINDEX,
LI,
LISTING,
MENU,
OL,
P,
PLAINTEXT,
PRE,
UL,
XMP |
|
See Also
direction