layout-flow | NN nicht zutreffend IE 5.5(Win) CSS nicht zutreffend |
Vererbt: Ja | |
Dieses Attribut ist in erster Linie für Sprachen vorgesehen, die Zeichen vertikal anordnen, und steuert den Inhaltsfluss von links nach rechts bzw. rechts nach links. Microsoft empfiehlt stattdessen das Attribut writing-mode. |
|
CSS-Syntax | |
layout-flow: horizontal | vertical-ideographic |
|
Wert | |
Eine von zwei Konstanten: horizontal | vertical-ideographic. |
|
Anfangswert | |
horizontal |
|
Beispiel | |
body {layout-flow: vertical-ideographic} |
|
Gilt für | |
Alle Elemente. |
|
Objektmodellreferenz | |
[window.]document.getElementById("elementID").style.layoutFlow
|