HTML/CSS/CSS Attributes and Javascript Style Properties/layout grid line
Версия от 09:20, 26 мая 2010; (обсуждение)
"layout-grid-line" Example
<html>
<body>
<p style="layout-grid-line:14px">This is only a sample text.</p>
<br>
<p id="myP">This is only a sample text.</p>
<button onclick="myP.style.layoutGridLine="40px"">
Set layoutGridLine to 40px
</button>
</body>
</html>