> Was actually able to figure this out. I needed to pass in a blank
> string for the message, then my css would get applied to the message,
> so all I had to do was manually move it offsreen:
>     $.blockUI( {message:' ', css: { left: '-1000px'} , overlayCss:
> {opacity: '0'} } );
> Thanks again,
> Jason

That's weird.  Does the "Blocking without a message" demo work for
you?  It's #demo7 on this page:

http://www.malsup.com/jquery/block/#demos

Mike

Reply via email to