HTML/CSS/CSS Attributes and Javascript Style Properties/pixelRight

Материал из Web эксперт
Перейти к: навигация, поиск

"pixelRight" Example

   <source lang="html4strict">
   

<html> <head> <script language="JavaScript">

   function function1(){
       document.all.myDiv.style.pixelRight = 500;
   } 

</script> </head> <body>

    Click this div element to pixelRight = 500.

</body> </html>


     </source>