layout-grid-type | NN n/a IE 5(Win) CSS n/a |
Inherited: Yes | |
Controls how the layout grid responds to characters of varying width. |
|
CSS Syntax | |
layout-grid-type: gridType
|
|
Value | |
One of the following constants: fixed | loose | strict. |
|
Initial Value | |
fixed |
|
Example | |
div.kor {layout-grid-type:strict} |
|
Applies To | |
Block-level elements. |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.layoutGridType
|