First off, love the site! Thanks for making such a wealth of information about DNN available.

Just a question about absolute CSS positioning of content panes and the placement of the module menus.
I use CSS for positioning in my skins, but when I use any kind of CSS positioning on a div I want to put a module into, the drop-down menu on modules gets bumped way down the page.
Using the opposing float method, there's no issues, but as soon as I tell any content pane div to be absolutely positioned 20 px from the left or 10 px from the top of a wrapper div or otherwise, the module menu breaks.
I'm using the House of Nuke menu and the XHTML Transitional 1.0 Doctype and confirmed the doctype by looking at the page info in Firefox. The issue occurs in both IE and Firefox, so browser compatibility issues are out of the question, right?
Have you ever run across this? I'm sure it can't be something nobody has ever dealt with before...
Here's the HTML code I'm working with: