FYI, blockUI shouldn't be used before the DOM has loaded.

On 6/6/07, arnaud sellenet <[EMAIL PROTECTED]> wrote:
I think the most efficient way would be to use inline javascript to hide the
page and blockUI(), and unblock and show onload.
.....
<body>
<div id="container">
 <script type="text/javascript">
 $('#container').hide();
 $.blockUI();
 </script>
 ....
 ....
 ....
</div>
</body>

Reply via email to