'layout-flow' Example : layout flow « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'layout-flow' Example

    
<html>
<body>
<p id="myP">This text has a regular horizontal flow</p>
<button onclick="myP.style.layoutFlow='vertical-ideographic';
                 myP.innerText='This text has a vertical-ideographic flow'">
                 Set layoutFlow to vertical-ideographic
</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'layout-flow' Syntax and Note
2.'layout-flow' Possible Values
3.'layout-flow' is applied to