I know position: absolute will pop an element from the flow and it stops interacting with its neighbors.
position: absolute
What other ways are there to achieve this?
None?
I mean, other than removing it from the layout entirely with display: none, I'm pretty sure that's it.
display: none
Are you facing a particular situation in which position: absolute is not a viable solution?