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

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

"pixelWidth" Example

   <source lang="html4strict">
   

<head> <script language="JavaScript">

   function function1(){
       myDiv.style.pixelWidth = 200;
   } 

</script> </head> <body>

    Move your mouse in and out to set the pixelWidth.

</body>


     </source>