From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/window/outerheight/index.html | 62 ++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 files/ja/web/api/window/outerheight/index.html (limited to 'files/ja/web/api/window/outerheight') diff --git a/files/ja/web/api/window/outerheight/index.html b/files/ja/web/api/window/outerheight/index.html new file mode 100644 index 0000000000..095f1aeb54 --- /dev/null +++ b/files/ja/web/api/window/outerheight/index.html @@ -0,0 +1,62 @@ +--- +title: Window.outerHeight +slug: Web/API/Window/outerHeight +tags: + - API + - CSSOM View + - NeedsContent + - Property + - Reference + - outerHeight +translation_of: Web/API/Window/outerHeight +--- +
{{APIRef}}
+ +

Window.outerHeight は読み取り専用のプロパティで、サイドバー、ウィンドウの操作部分、ウィンドウをリサイズする境界やハンドルを含む、ブラウザーウィンドウ全体の高さをピクセル単位で表します。

+ +

メモ

+ +

ウィンドウの大きさを変更するには、 {{domxref("window.resizeBy()")}} および {{domxref("window.resizeTo()")}} を使用してください。

+ +

ウィンドウの内側の高さ、つまりページが表示される高さを取得するには、 {{domxref("window.innerHeight")}} を使用してください。

+ +

図による例示

+ +

以下の図は、 outerHeightinnerHeight の違いを示しています。

+ +

innerHeight vs outerHeight illustration

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{ SpecName('CSSOM View', '#dom-window-outerwidth', 'Window.outerWidth') }}{{ Spec2('CSSOM View') }} 
+ +

ブラウザーの対応

+ + + +

{{Compat("api.Window.outerHeight")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf