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

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

"pixelBottom" Example

   <source lang="html4strict">
   

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

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

</script> </head> <body>

    Click this div element to send it to 500 px from the bottom.

</body> </html>


     </source>