JavaScript Reference/Javascript Properties/availLeft

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

"availLeft" Example

   <source lang="javascript">
   

<html> <body> <button onclick="alert(screen.availLeft);">AvailLeft</button> </body> </html>


     </source>
   
  


"availLeft" is applied to

   <source lang="javascript">

+----------------+--------------------------------------------------------------+ | Applied_To |screen | +----------------+--------------------------------------------------------------+

     </source>
   
  


"availLeft" Syntax and Note

   <source lang="javascript">

Note: Read-only property. Returns the first pixel on the left of the screen that is not part of the taskbar area.

Syntax:

screen.availLeft


     </source>