브라우져의 본문의 크기는 다음과 같이 구할 수 있습니다.
window.document.body.offsetWidth
window.document.body.offsetHeight
window.document.body.clientWidth
window.document.body.clientHeight
clientWidth,clientHeight는 offsetWidth,offsetHeight와 달리 padding사이즈를 포함하지만 margin,border,scroll bar의 크기는 포함하지 않은 사이즈입니다.
※참고
window.screen.width
window.screen.height
window.screen.availWidth
window.screen.availHeight
screen객체로 해상도를 구할 수 있습니다.
availWidth,availHeight는 윈도우 task bar의 크기를 제외하고 구해집니다
댓글 없음:
댓글 쓰기