'right' Example : right : CSS Attributes and Javascript Style Properties HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » right »

 

'right' Example



    
<html>
<body>
<p>
<img id="myImg" 
     src="http://www.navioo.com/style/logo.png" 
     width=74 
     height=100
     style="position:relative">
</p>
<input type="button" value="Set right property to 100" onclick="myImg.style.right=100">
<input type="button" value="Set right property to 200" onclick="myImg.style.right=200">
<input type="button" value="Restore image position" onclick="myImg.style.right=0">
</body>
</html>

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» right