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

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

"posRight" Example

   <source lang="html4strict">
   

<head> <script language="JavaScript">

   function function1(){
       myDiv.style.posRight = 500;
   }

</script> </head> <body>

    Click your mouse here to set the posRight to 500.

</body>


     </source>