Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.screen.height

概要

画面の高さをピクセル単位で返します。

構文

iHeight = window.screen.height

if (window.screen.availHeight != window.screen.height) {
   // 何かが画面の不動産を占領している!
}

注記

このプロパティで取得した高さの全てがウィンドウそれ自身で利用できないかもしれないことに注意してください。OS に統合されているタスクバーや他の特殊なアプリケーションウィンドウ(例えば、Windows 上の追加ツールバーとして最小化された Spinner プレイヤー)のようなウィジットは、ブラウザウィンドウ及び他のアプリケーションが利用できる空間の大きさを減少させるかもしれません。

仕様

DOM Level 0。どの標準にも属しません。

ドキュメントのタグと貢献者

 このページの貢献者: fscholz, khalid32, ethertank, Potappo
 最終更新者: khalid32,