| layout-grid-type | NN nicht zutreffend IE 5(Win) CSS nicht zutreffend |
| Vererbt: Ja | |
Bestimmt, wie das Layoutraster auf unterschiedliche breite Zeichen reagiert. |
|
| CSS-Syntax | |
layout-grid-type: gridType
|
|
| Wert | |
Eine der folgenden Konstanten: fixed | loose | strict. |
|
| Anfangswert | |
fixed |
|
| Beispiel | |
div.kor {layout-grid-type:strict}
|
|
| Gilt für | |
Blockebenen-Elemente. |
|
| Objektmodellreferenz | |
[window.]document.getElementById("elementID").style.layoutGridType
|
|