2009年3月3日

視窗的SIZE還有SCROLL的位置

Getting window size and scroll bars position in JavaScript/DHTML:
http://www.softcomplex.com/docs/get_window_size_and_scrollbar_position.html
這篇文章分析了視窗的SIZE還有SCROLL的位置(節錄部份)





ParameterwindowdocumentElementbody
Window Widthwindow.innerWidthdocument.documentElement.clientWidthdocument.body.clientWidth
Window Heightwindow.innerHeightdocument.documentElement.clientHeightdocument.body.clientHeight
Horizontal Scrollwindow.pageXOffsetdocument.documentElement.scrollLeftdocument.body.scrollLeft
Vertical Scrollwindow.pageYOffsetdocument.documentElement.scrollTopdocument.body.scrollTop

沒有留言: