dom元素に関するパラメータを取得します.

1262 ワード

clientHeight            ,       、  、   ,         。   
clientLeft           offsetLeft                      。 
clientTop           offsetTop                      。 
clientWidth            ,       、  、   ,         。 
offsetHeight                       offsetParent                。 
offsetLeft                    offsetParent                    。 
offsetParent               offsetTop          offsetLeft               。 
offsetTop                    offsetTop                    。 
offsetWidth                       offsetParent                。 
offsetX                               x       。 
offsetY                               y       。 
clientX,clientY               ,           clientX=0, clientY=0 
screenX, screenY             

       : document.body.clientWidth 
       : document.body.clientHeight 
       : document.body.offsetWidth    (      ) 
       : document.body.offsetHeight   (      ) 
       : document.body.scrollWidth 
       : document.body.scrollHeight 
       : document.body.scrollTop 
       : document.body.scrollLeft 
       : window.screenTop 
       : window.screenLeft 
       : window.screen.height 
       : window.screen.width 
         : window.screen.availHeight 
         :window.screen.availWidth