layout-grid-char | NN n/a IE 5(Win) CSS n/a |
Inherited: Yes | |
Controls the size of Asian language character grid for block-level elements. |
|
CSS Syntax | |
layout-grid-char: 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-char: 14px} |
|
Applies To | |
All elements. |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.layoutGridChar
|