Kush,
Try adding this as the last statement in the (i < 2) conditional block:
if (!full) s.setExpression('left', '0 -
parseInt(jQuery(this.parentNode).css("borderLeftWidth"))');
Mike
On 4/29/07, Kush Murod <[EMAIL PROTECTED]> wrote:
Hi,
I've found that if your target element has border set and you block()
it, in IE it looks weird
Possible bug, below demo page
http://khurshid.com/jquery/sandbox/blockUI/
Cheers,
--Kush
P.S. @Mike Alsup - great plugin and code is clean, well documented,
great to have you here