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