What do absolutely-positioned and fixed elements have in common?
top
and bottom
Perfect! They're both taken out of the normal flow and use offset properties but only fixed elements don't scroll with a web page.
So close! They're both taken out of the normal flow and use offset properties but only fixed elements don't scroll with a web page.