三大家族
- offset scroll client
- 寬高屬性
offsetWidth:width+padding+border
offsetHeight : height+padding+border
scrollWidth:表示滾動(dòng)的內(nèi)容的寬度
scrollHeight:表示滾動(dòng)的內(nèi)容的高度
clientwidth: width+padding
clientHeight: Height+padding - 位置屬性
offsetLeft:表示距離他的offsetParent的左側(cè)的距離枢劝。
scrollTop:表示距離頂部的滾動(dòng)過的距離
scrollleft:表示距離左側(cè)的滾動(dòng)過的距離
clientLeft:表示距離左側(cè)的border值
clientTop:表示距離頂部的border值