[jQuery] Block UI and IE7 + ajax

2008-12-01 Thread caladin
HI all, I'm using Block ui to block during Ajax calls thusly: $().ajaxStart($.blockUI).ajaxStop($.unblockUI); but it flashed black before beginning to fade in, is there a better way to do this ? a better pluging to use? Is there a way to fix this? I goto the demo page and all the dem

[jQuery] Block UI plugin and IE7

2008-12-01 Thread caladin
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-

[jQuery] BlockUI and IE 7 issue

2008-12-01 Thread caladin
HI all, I'm using Block ui to block during Ajax calls thusly: $().ajaxStart($.blockUI).ajaxStop($.unblockUI); but it flashed black before beginning to fade in, is there a better way to do this ? a better pluging to use? Is there a way to fix this? I goto the demo page and all the dem