DOM:window.screen.availHeight
From MDC
Contents |
[edit] Summary
Returns the amount of vertical space available to the window on the screen.
[edit] Syntax
iAvail = window.screen.availHeight
[edit] Example
if window.screen.availHeight != window.screen.height {
// something's in the way!
// use available to size window
}
[edit] Notes
no notes
[edit] Specification
DOM Level 0. Not part of specification.