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

返回元素内部的高度(单位像素),包含内边距,但不包括水平滚动条、边框和外边距。

clientHeight 可以通过 CSS height + CSS padding - 水平滚动条高度 (如果存在)来计算.

语法

var h = element.clientHeight;

返回整数 h,表示 element 的 clientHeight(单位像素)。

clientHeight 是只读的.

示例

padding-top

Gentle, individualistic and very loyal, Birman cats fall between Siamese and Persian in character. If you admire cats that are non aggressive, that enjoy being with humans and tend to be on the quiet side, you may well find that Birman cats are just the felines for you.

Image:BirmanCat.jpgAll Birmans have colorpointed features, dark coloration of the face, ears, legs and tail.

Cat image and text coming from https://www.best-cat-art.com/

padding-bottom

LeftTopRightBottommargin-topmargin-bottomborder-topborder-bottom

 

规范

Specification Status Comment
CSS Object Model (CSSOM) View Module
clientheight
Working Draft  

备注

clientHeight 首次出现于 IE 的 DHTML 对象模型中。

相关链接

文档标签和贡献者

标签: 
 此页面的贡献者: runcelim, teoli, AlexChao, khalid32, Mgjbot, Dewang
 最后编辑者: runcelim,