coordinates
browser โฉ concepts โฉ coordinate system
There are 3 different coordinate systems:
document coordinates
viewport coordinates - also called "window coordinates".
container coordinates - relatively positioned container with top/left = 0.
๐ window window scrolling
window.scrollTo() takes the x and y coordinates in document coordinates.
๐ CSS position
Last updated
Was this helpful?