Force "position: absolute" to be relative to the document and not the parent container

Viewed 96382

I am trying to insert a div into any part of the body and make its position: absolute relative to the whole document and not a parent element which has a position: relative.

5 Answers
Related