layout-flowNN n/a IE 5.5(Win) CSS n/a

Inherited: Yes

Intended primarily for languages that display characters in vertical sentences, this attribute controls the progression of content, left-to-right, or right-to-left. Microsoft recommends using the writing-mode attribute instead.

 
CSS Syntax
 
layout-flow:  horizontal | vertical-ideographic
 
Value

One of two constants: horizontal | vertical-ideographic.

 
Initial Value

horizontal

 
Example
 
body {layout-flow: vertical-ideographic}
 
Applies To

All elements.

 
Object Model Reference
 
[window.]document.getElementById("elementID").style.layoutFlow