[jQuery] IE6 and blockUI Issue

[jQuery] IE6 and blockUI Issue


Has anyone else experienced the following issue with blockUI and IE6?
I am using:
jQuery version 1.2.6 (05/24/2008)
blockUI version 2.07 (05/17/2008)
Below is a link to a SSCCE that should demonstrate the issue.
http://myorangepeels.com/blockui/blockuidemo.html
Try this:
- Start with the window maximized
- Scroll to the bottom and click "Block Page"
- Resize the window (let's say to 1024x768 just to put a number on it)
- Scroll to the bottom again
Halfway down the page, the dark coloring associated with blockUI cuts
off, and the rest of the page looks like it is enabled. Granted, the
buttons are not clickable, but they look enabled as well.
Now try this:
- Start with the window at 1024x768
- Scroll to the bottom and click "Block Page"
- Maximize the window
- Scroll to the bottom again
Now we're left with a good amount of whitespace beneath the buttons.
As a side note, in FF2, blockUI expands/contracts to fill the page
just fine if you resize the window.
Thanks in advance to any who might have a solution.