HTML/CSS/CSS Attributes and Javascript Style Properties/layout grid

Материал из Web эксперт
Версия от 11:16, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"layout-grid" Example

   <source lang="html4strict">
   

<html> <body>

This text is only a sample text.

<button onclick="myP.style.layoutGrid="both fixed 16px 10px"">

  Set layoutGrid to both fixed 16px 10px

</button> </body> </html>


     </source>