JavaScript Reference/Javascript Properties/availTop
"availTop" Example
<html>
<body>
<button onclick="alert(screen.availTop);">AvailTop</button>
</body>
</html>
"availTop" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |screen |
+----------------+--------------------------------------------------------------+
"availTop" Syntax and Note
Note:
Read-only property.
Returns the first pixel on the top of the screen that is not
part of the taskbar area.
Syntax:
screen.availTop