This happens where there is some padding or margin on the body. If you set
them to 0 via css it should take care of the problem.
/* css */
body {
padding: 0;
margin: 0;
}
-- Josh
----- Original Message -----
From: "tallvanilla" <[EMAIL PROTECTED]>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Monday, October 20, 2008 2:27 PM
Subject: [jQuery] BUG: oversized overlay in IE web browsers ( demo
included )
Hello. I found a minor bug that affects overlay in IE web browsers (at
least in IE6).
Please take a look at this very simple demo:
http://74.205.76.81/blockuitest/
In IE(6), the overlay is a bit taller than the browser window, so a
scrollbar appears on the right whenever the overlay is present. In
other web browsers, this doesn't happen.
I found a similar bug with the Boxy plug-in a couple of weeks ago, and
its author was able to fix it pretty easily. I'm a jQuery/javascript
novice, so I'm not sure how the fix was implemented. Would this be
worthwhile and easy fix for blockUI as well?
JR