通过本文主要向大家介绍了height,innerHeight,outerHeight等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
标准浏览器下:
height:高度
innerHeight:高度+补白
outerHeight:高度+补白+边框,参数为true时:高度+补白+边框+边距
html代码:
结论:在ie中height包含border和padding并且height最小值为17px ,同理可得width,不过它最小值为15px
height:高度
innerHeight:高度+补白
outerHeight:高度+补白+边框,参数为true时:高度+补白+边框+边距
html代码:
结论:在ie中height包含border和padding并且height最小值为17px ,同理可得width,不过它最小值为15px
您可能想查找下面的文章:
- 浅谈DOCTYPE对$(window).height()取值的影响
- jQuery height()、innerHeight()、outerHeight()函数的区别详解
- jquery获取文档高度和窗口高度汇总
- 浅谈jQuery中height与width
- jQuery获得包含margin的outerWidth和outerHeight的方法
- jQuery中outerHeight()方法用法实例
- jQuery中innerHeight()方法用法实例
- jQuery中height()方法用法实例
- jQuery使用height()获取高度需要注意的地方
- jQuery中的height innerHeight outerHeight区别示例介绍