'layout-grid' Example : layout grid « CSS « HTML / CSS

HTML / CSS » CSS » layout grid 
'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>

    
      
      
Related examples in the same category
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.