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.

I volontari di MDN non hanno ancora tradotto questo articolo in Italiano. Registrati per tradurlo tu.

Summary

Scrolls to a particular set of coordinates in the document.

Syntax

window.scrollTo(x-coord, y-coord)

Parameters

  • x-coord is the pixel along the horizontal axis of the document that you want displayed in the upper left.
  • y-coord is the pixel along the vertical axis of the document that you want displayed in the upper left.

Example

window.scrollTo( 0, 1000 );

Notes

This function is effectively the same as window.scroll. For relative scrolling, see window.scrollBy, window.scrollByLines, and window.scrollByPages.

For scrolling elements, see Element.scrollTop and Element.scrollLeft.

Specifications

Specification Status Comment
CSS Object Model (CSSOM) View Module
The definition of 'window.scroll()' in that specification.
Working Draft Initial definition.

Tag del documento e collaboratori

 Hanno collaborato alla realizzazione di questa pagina: cvrebert, Maaaks, bethge, luqmaan, fscholz, teoli, iamanupmenon, Sheppy, ethertank, DavidWalsh, Mgjbot, Ptak82, Indigonation, Dria, JesseW
 Ultima modifica di: cvrebert,