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?
For the sake of completeness: The float property removes a element from the flow of the HTML too, e.g.
float
float: right