The BlockUI window has a thick gray border. How do you remove it? I am using
a hidden div as the contents of blockUI (as shown below) and have tried
setting the overlayCSS properties - but I can not get the gray border to go
away. Anyone?


$.extend($.blockUI.defaults.overlayCSS, { backgroundColor:
'#000000',borderStyle:'none' });

var messageElement = $('#processingMessage');
$.blockUI(messageElement);

Brook


Reply via email to