layout-grid-modeNN n/a IE 5(Win) CSS n/a

Inherited: Yes

Controls whether the Asian language character grid should be one- or two-dimensional.

 
CSS Syntax
 
layout-grid-mode: gridMode
 
Value

One of the following constants: both | char (for inline elements) | line (for block-level elements) | none.

 
Initial Value

both

 
Example
 
body {layout-grid-mode:both}
 
Applies To

All elements.

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