JavaScript Reference/Javascript Properties/availLeft

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

"availLeft" Example

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



"availLeft" is applied to

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



"availLeft" Syntax and Note

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