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

11 lines
393 B
Markdown

importance: 5
---
# Show a note near the element (absolute)
Modify the solution of the [previous task](info:task/position-at) so that the note uses `position:absolute` instead of `position:fixed`.
That will prevent its "runaway" from the element when the page scrolls.
Take the solution of that task as a starting point. To test the scroll, add the style `<body style="height: 2000px">`.