This seems to be a fix for jqModal when IE7 drops all to the bottom of the page while the top of the page is the jqModal.
Open the css that came with jqModal and change to the following codes
.jqmOverlay {
background-color: #000;
+position:absolute !important;
}
The +position:absolute !important is a css [...]
