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

概要

固定あるいは半固定されているユーザインタフェース部分は含まない、最初のピクセルの y 座標を示します。

構文

iAvail = window.screen.availTop

var setY = window.screen.height - window.screen.availTop;
var setX = window.screen.width - window.screen.availLeft;

window.moveTo(setX, setY);

注記

ほとんどの場合において、このプロパティは、0 を返します。

仕様

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

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

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