[jQuery] Displaying more information without shifting the page

[jQuery] Displaying more information without shifting the page


My issue is this. I have a box that has a fixed height with
repeatable elements in it. I want to display the top eight with a
"More" link/button.
When the user clicks "More", the box essentially floats on top of its
designated area and expands OVER the top of everything else. (much
like a drop down list would float over the top of items).
Ideas? Plugins?