Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Window.scrollTo()

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

요약

문서의 지정된 위치로 스크롤합니다.

구문

window.scrollTo(x-좌표, y-좌표)

매개변수

  • x-좌표는 문서의 왼쪽상단부터 시작하는 픽셀단위의 가로축입니다.
  • y-좌표는 문서의 왼쪽상단부터 시작하는 픽셀단위의 세로축입니다.

예제

window.scrollTo( 0, 1000 );

노트

이 함수는 window.scroll과 효과적으로 같습니다. 스크롤링 관련 정보는 window.scrollBy, window.scrollByLines, 그리고 window.scrollByPages가 있습니다.

사양

사양 상태 주해
CSS Object Model (CSSOM) View Module
The definition of 'window.scroll()' in that specification.
Working Draft Initial definition.

문서 태그 및 공헌자

 이 페이지의 공헌자: benant
 최종 변경: benant,