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?
Floating it will reorganise the flow but position: absolute is the only way to completely remove it from the flow of the document.