Hi,
I'm having a problem with blockUI in IE7. It works fine in IE6 and
Firefox2 (on Windows and Mac), but in IE7 when the modal opens it looks
like all of the content of the page gets pushed up and out of view (so
only the background color is showing) and the modal opens at the bottom
left corner of the viewport, with only the top right quadrant of the
modal div showing.
I'm invoking blockUI like this:
$.blockUI( $('#loadingMsg')[0] );
and my div is:
<div id="loadingMsg" style="display:none;">
<h1>
<img src="../common/images/loading2.gif" />
<span style="font-size:medium;font-weight:bold"> Just a
moment...</span>
</h1>
</div>
I do not have any custom CSS in place for that div id.
I'm using this doctype (can't use XHTML for this project right now):
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
I've picked through jquery.block.js some, to try to find the root cause,
but no luck so far. I'm using this version:
* jQuery blockUI plugin
* Version 0.94 (02/24/2007)
* @requires jQuery v1.1.1
Anyone seen this, too or know what might be causing it?
TIA,
Jack
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/