> I've downloaded the latest blockUI code and despite using the new > allowBodyStretch option, the overlay still will not completely cover > the viewport in IE6, for short pages.
Hi Brian, I'm not seeing the same problem as you describe. Does this page work for you: http://www.malsup.com/jquery/block/small.html In my testing with IE6, the entire window is blocked. In fact, the block is actually a bit too tall. > $('html,body').height($(window).height()); I don't believe this will work correctly if the page is resized while a block is active. Can you confirm? Mike

