window.innerWidth | undefined | 640 | 640 | 640 | W | IE8はundefined |
window.innerHeight | undefined | 480 | 480 | 480 | H | IE8はundefined |
document.body.clientWidth | 619 | 625 | 625 | 625 | W' | W-15px |
document.body.clientHeight | 459 | 465 | 465 | 465 | H' | H-15px |
document.body.scrollLeft | 415 | 538 | 439 | 520 | left | 表示領域左端座標 |
document.body.scrollTop | 160 | 312 | 109 | 295 | top | 表示領域上端座標 |
document.body.scrollWidth | 1034 | 1163 | 1064 | 1145 | Sw | 表示領域によらず変化無し |
document.body.scrollHeight | 619 | 791 | 574 | 760 | Sh | 表示領域によらず変化無し |
.scrollLeft + .clientWidth | 1034 | 1163 | 1064 | 1145 | right | 表示領域右端座標 |
.scrollTop + .clientHeight | 619 | 777 | 574 | 760 | bottom | 表示領域下端座標 |
document.documentElement.clientWidth | 0 | 625 | 625 | 625 | W' | IE8は0 |
document.documentElement.clientHeight | 0 | 791 | 574 | 760 | Sh | IE8は0 |
document.documentElement.scrollLeft | 0 | 0 | 0 | 0 | | |
document.documentElement.scrollTop | 0 | 0 | 0 | 0 | | |
document.documentElement.scrollWidth | 646 | 625 | 1064 | 1145 | | ブラウザによりまちまち |
document.documentElement.scrollHeight | 486 | 791 | 574 | 760 | | ブラウザによりまちまち |