What do absolutely-positioned and fixed elements have in common?

They're taken out of the normal flowThey use offset properties like top and bottomThey don't scroll with a web page

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.