JavaSprict基础-offset scroll clien
作者:
MGd | 来源:发表于
2017-03-20 15:26 被阅读10次
三大家族
- offset scroll client
- 宽高属性
offsetWidth:width+padding+border
offsetHeight : height+padding+border
scrollWidth:表示滚动的内容的宽度
scrollHeight:表示滚动的内容的高度
clientwidth: width+padding
clientHeight: Height+padding
- 位置属性
offsetLeft:表示距离他的offsetParent的左侧的距离。
scrollTop:表示距离顶部的滚动过的距离
scrollleft:表示距离左侧的滚动过的距离
clientLeft:表示距离左侧的border值
clientTop:表示距离顶部的border值
本文标题:JavaSprict基础-offset scroll clien
本文链接:https://www.haomeiwen.com/subject/mozbnttx.html
网友评论