Jquery Div Popup Mouseover Hover

http://jsfiddle.net/YMs4q/75/

In this example when you mouse over the ‘Show pop up’ text, the div that appears simply pushes all the content down the page.

I would need the popup div to simply appear above the current content rather than push the content beneath it downwards. It should have absolutely no bearing on any of the content beneath it.

Can anyone help?

Thanks

You can use CSS to set the popup to be absolutely positioned, which removes it from the normal flow of the document.