HTML/CSS/CSS Attributes and Javascript Style Properties/layout grid — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:16, 26 мая 2010
"layout-grid" Example
<html>
<body>
<p id=myP>This text is only a sample text.</p>
<button onclick="myP.style.layoutGrid="both fixed 16px 10px"">
Set layoutGrid to both fixed 16px 10px
</button>
</body>
</html>