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.availWidth

概要

ウィンドウで利用可能な水平空間の大きさをピクセル単位で返します。

構文

iAvail = window.screen.availWidth

var screenAvileWidth = window.screen.availWidth;

console.log(screenAvileWidth);

仕様

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

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

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