最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

jQuery中的height innerHeight outerHeight區(qū)別示例介紹

 更新時間:2014年06月15日 17:24:36   投稿:whsnow  
這篇文章主要介紹了jQuery中的height innerHeight outerHeight的區(qū)別,需要的朋友可以參考下
標(biāo)準(zhǔn)瀏覽器下:

height:高度

innerHeight:高度+補(bǔ)白
outerHeight:高度+補(bǔ)白+邊框,參數(shù)為true時:高度+補(bǔ)白+邊框+邊距

html代碼:
復(fù)制代碼 代碼如下:

<div class="width: 150px;height:20px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">jjjjj</div>

js代碼:
復(fù)制代碼 代碼如下:

alert($("#test").height());
alert($("#test").innerHeight());
alert($("#test").outerHeight());
alert($("#test").outerHeight(true));

結(jié)果:
在ie中的結(jié)果:17px,37px,41px,61px
在ff中的結(jié)果:20px,40px,44px,64px

html代碼:
復(fù)制代碼 代碼如下:

<div class="width: 150px;height: 41px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">jjjjj</div>

js代碼:
復(fù)制代碼 代碼如下:

alert($("#test").height());
alert($("#test").innerHeight());
alert($("#test").outerHeight());
alert($("#test").outerHeight(true));
[html]
結(jié)果:
在ie中的結(jié)果:17px,37px,41px,61px
在ff中的結(jié)果:41px,61px,65px,85px

html代碼:
[code]
<div class="width: 150px;height: 42px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">jjjjj</div>

js代碼:
復(fù)制代碼 代碼如下:

alert($("#test").height());
alert($("#test").innerHeight());
alert($("#test").outerHeight());
alert($("#test").outerHeight(true));

結(jié)果:
在ie中的結(jié)果:18px,38px,42px,62px
在ff中的結(jié)果:42px,62px,66px,86px

html代碼:
復(fù)制代碼 代碼如下:

<div class="width: 150px;height: 60px;float: left;border: 2px solid red;margin: 10px;margin: 10px;padding: 10px;" id="test">jjjjj</div>

js代碼:
復(fù)制代碼 代碼如下:

alert($("#test").height());
alert($("#test").innerHeight());
alert($("#test").outerHeight());
alert($("#test").outerHeight(true));

結(jié)果:
在ie中的結(jié)果:36px,56px,60px,80px
在ff中的結(jié)果:60px,80px,84px,104px

結(jié)論:在ie中height包含border和padding并且height最小值為17px ,同理可得width,不過它最小值為15px

相關(guān)文章

最新評論

江源县| 左贡县| 廉江市| 靖宇县| 旺苍县| 缙云县| 乳源| 华阴市| 井陉县| 开封市| 噶尔县| 新兴县| 鄂伦春自治旗| 天门市| 峨山| 溧水县| 虞城县| 隆昌县| 青海省| 新丰县| 渭南市| 巴东县| 通海县| 亚东县| 兴业县| 佛冈县| 湘乡市| 双城市| 葵青区| 新邵县| 旬邑县| 安仁县| 柏乡县| 扎囊县| 玉屏| 襄城县| 白城市| 沾化县| 大庆市| 定日县| 庆城县|