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

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

"position" Example

   <source lang="html4strict">
   

<head> <script language="JavaScript">

   function function1(){
       myDiv.style.position = "absolute"; 
   }

</script> </head> <body>




    Click Here to set the position to "absolute".

</body>


     </source>