I want to position an element in normal css relative to the element before it, and then once it's been initially positioned makes its position independant of the one before it.
For example, when you click on a 'widget' in the sidebar, it collapses, and all of the 'widgets' below it move up. I don't want them to move. Thanks.