JavaScript Reference/Javascript Properties/availLeft
"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