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.

Element.clientHeight

Element.clientHeight 唯讀屬性會回傳元素內部高度(像素),包含 padding 但並未包含水平滾動條、border、margin。

clientHeight 可以被計算成 CSS height + CSS padding - 水平滾動條的高度(如果有顯示)

Note: 這個屬性會以四捨五入進位取整數. 如果要使用非整數值, 使用 element.getBoundingClientRect().

表達式

var h = element.clientHeight;

h 代表元素高度(pixels)的正整數.

範例

 

             Image:Dimensions-client.png

規範

規範 狀態
CSS Object Model (CSSOM) View Module
The definition of 'clientHeight' in that specification.
Working Draft  

clientHeight 是在 the Internet Explorer 物件介紹的屬性.

參見

文件標籤與貢獻者

標籤: 
 此頁面的貢獻者: iigmir, alk03073135
 最近更新: iigmir,