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

Inherited: Yes

Controls the line height of Asian language character grid for block-level elements.

 
CSS Syntax
 
layout-grid-line: length | auto | none
 
Value

Length value as an absolute unit measure, or a percentage. Or one of the following constants: auto | none.

 
Initial Value

none

 
Example
 
body {layout-grid-mode:both; layout-grid-line: 14px}
 
Applies To

All elements.

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