I have a div, it needs to have position:relative;. I want that div to not push other content out of the way, so bascially I want the content in the same places as if the div wasn’t there, without having to use position:absolute;. How can I do this?
Thanks.
Demo