position
the
positioncss property sets how an element is positioned in a document. the top, right, bottom, and left properties determine the final location of positioned elements.
overlay contents
an example of an overlay images using
position: relative; and
position: absolute;.
jamband/denene
fixed position side content
using position: sticky;. please scroll down a lot.
main
side
browser support
| chrome | firefox | safari | |
|---|---|---|---|
| position: sticky | 56 | 32 | 13 |