[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread Mike Alsup
It's really up to BlockUI to address this. Ideally, a plugin should be designed to account for the most common environments in which it will operate. IE6 is still a major player with at least 20% (some say as high as 35%) market share among web users. I hate compensating for IE6 as much as

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread tallvanilla
Hi Mike, I don't see anything different in the file you pointed me to. Please let me know what you changed, because it seems to be exactly the same as the plugin I downloaded from the blockUI website! JR On Oct 22, 5:53 am, Mike Alsup [EMAIL PROTECTED] wrote: It's really up to BlockUI to

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread tallvanilla
Oops! Nevermind. I found the line and updated it. It works as expected in IE now: http://74.205.76.81/blockuitest/ Thanks a bunch, Mike. Hopefully, blockUI's author will discover this fix eventually. JR On Oct 22, 3:08 pm, tallvanilla [EMAIL PROTECTED] wrote: Hi Mike, I don't see

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread Josh Nathanson
Thanks a bunch, Mike. Hopefully, blockUI's author will discover this fix eventually. It shouldn't take long, Mike *is* the author. -- Josh

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread tallvanilla
Oops! I'm an idiot, and I keep proving it. Thanks for correcting me, Josh! Mike... thanks again for the fix! Looking at your code, I see that you only had to subtract 4 pixels from lyr1/lyr2 height if $.boxModel==false. Works like a charm! JR On Oct 22, 3:27 pm, Josh Nathanson [EMAIL

[jQuery] Re: BlockUI: oversized overlay bug in IE web browsers ( demo included )

2008-10-22 Thread Mike Alsup
Mike... thanks again for the fix! Looking at your code, I see that you only had to subtract 4 pixels from lyr1/lyr2 height if $.boxModel==false. Works like a charm! I really don't know why that is necessary, but I'm not one to argue with success. Thanks for the feedback. I'll put that hack