.jqModal img{ vertical-align: text-top; margin-left: 2px; } .jqmWindow { DISPLAY: none; PADDING: 12px; LEFT: 50%; MARGIN-LEFT: -300px; BORDER: black 1px solid; WIDTH: 600px; COLOR: #333; BACKGROUND-COLOR: #F4F4F4; } /* for FF only */ .jqmWindow{ top: 150px; position:absolute; } .jqmOverlay { position: relative; top:10px; BACKGROUND-COLOR: gray; } .jqmWindow { TOP: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(100 + 10 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }