[jQuery] Block UI plugin and IE7

[jQuery] Block UI plugin and IE7


Hi all,
I added block ui to darken the ui when ajax is upding thusly.
$().ajaxStart($.blockUI).ajaxStop($.unblockUI);
but it does nto grey out smoothly, first it flashes black, then goes
as i'd expect.
Is there a better plugin or is there a way to fix this?
Thanks,
Cal-