layout-flow Attribute | layoutFlow参数属性
| DHTML文档教程 |
Sets or retrieves the direction and flow of the content in the object. dhtml语法 HTML |
{ layout-flow : sFlow }
|
---|
Scripting | object.style.layoutFlow(v) [ = sFlow ] |
---|
DHTML可能的值 sFlow | String that
specifies or receives one of the following values.horizontal | Default. Content in the object flows from left to right, and the next horizontal line is positioned underneath the previous line. This layout is used in most Roman-based documents. | vertical-ideographic | Content in the object flows from top to bottom, and the next vertical line appears to the left of the previous one. This layout is used in East Asian typography. |
|
The property is read/write
for all objects except the following, for which it is read-only:
currentStyle.
The property has a default value of
horizontal. The Microsoft Cascading Style Sheets (CSS) extension is
inherited.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
remarks this is a deprecated property; use the writingMode property instead. This property is read-only for the
currentstyle object.
是否符合公共标准
There is no public standard that applies to this property.
Applies To |
A,
ACRONYM,
ADDRESS,
B,
BIG,
BLOCKQUOTE,
BUTTON,
CAPTION,
CENTER,
CITE,
CODE,
currentStyle,
CUSTOM,
DD,
DEL,
DFN,
DIR,
DIV,
DL,
DT,
EM,
FIELDSET,
FONT,
FORM,
hn,
HR,
I,
INPUT,
INPUT type=button,
INPUT type=checkbox,
INPUT type=file,
INPUT type=hidden,
INPUT type=image,
INPUT type=password,
INPUT type=radio,
INPUT type=reset,
INPUT type=submit,
INPUT type=text,
INS,
ISINDEX,
KBD,
LABEL,
LEGEND,
LI,
MARQUEE,
MENU,
OL,
OPTION,
P,
PLAINTEXT,
PRE,
Q,
RUBY,
runtimeStyle,
S,
SAMP,
SELECT,
SMALL,
SPAN,
STRIKE,
STRONG,
style,
SUB,
SUP,
TD,
TEXTAREA,
TH,
TT,
U,
UL,
VAR | |
更多语法参考 writingMode
|