en.javascript.info/2-ui/1-document/11-coordinates/3-position-at-absolute/solution.md
Ilya Kantor 508969c13f up
2017-02-28 12:54:48 +03:00

251 B

The solution is actually pretty simple:

  • Use position:absolute in CSS instead of position:fixed for .note.
  • Usee the function getCoords() from the chapter info:coordinates to get document-relative coordinates.