|
Document.Body.scrollWidth
Document.Body.scrollHeight
나
Document.DocumentElement.scrollWidth
Document.DocumentElement.scrollHeight
를 사용하면 그림의 (A)크기가 구해집니다.
(B)를 구할수 있는 방법이 없을까요?
-------------------------------------------------------------------------
장성호 님이 쓰신 글 :
: Document.Body.scrollWidth
: Document.Body.scrollHeight
:
: 가 안될때는
:
: Document.DocumentElement.scrollWidth
: Document.DocumentElement.scrollHeight
:
: 를 쓰면 될거라는 얘기입니다.
:
:
:
:
:
:
:
: 김재홍 님이 쓰신 글 :
: : 답변 감사합니다.
: :
: : 그런데 실제 컨텐츠를 표시하는 크기는 구할수가 없네요 ㅠㅠ
|