Hi Magnus, You can disable the fade effect when you call the blocking function using the "fadeOut" option. For example:
$.blockUI( "Please wait", null, { fadeOut: 0 } ); You can also change the time it takes to fade via the "fadeTime" option. Cheers! Mike On 8/2/07, Maggi <[EMAIL PROTECTED]> wrote: > > Hi everyone! > > I was wondering, and this question is mainly pointed to Mike, if I > could disable the fade-out on the BlockUI within the BlockUI > function? I am using it to display a confirmation box, and if it is > selected it displays another box, loads something with Ajax and then > displays a "Hurray" box if successful. When the fade out is used the > old boxes can sometimes be shown in the background with the overlay. > > Kind regards, > Magnus > >