clientHeight = padding + height(沒scrollbar)
offsetHeight = padding + border + height
scrollHeight >= clientHeight
clientHeight = padding + height
offsetHeight = padding + border + height
scrollHeight >= clientHeight (firefox, IE)
scrollHeight >= offsetHeight || 視窗可見高度 (chrome)
clientHeight = 視窗可見高度
offsetHeight = body.offsetHeight + body.margin
scrollHeight >= clientHeight
scrollHeight >= clientHeight (chrome, IE)
IE6 and IE7 suggest that scrollHeight can be shorter than clientHeight