A simple test
in <head>:

<script type="text/javascript" src="js/plugins/jquery.blockUI.js"></
script>
<script type="text/javascript">
<!--
$(
        function()
        {
                $.extend($.blockUI.defaults.overlayCSS, { "background-color" :
"#000" });
                $.blockUI("<strong>BlockUI Test. Click to close</strong>");
                $(document).bind("click",
                        function(e)
                        {
                                $.unblockUI();
                        }
                )
        }
);
//-->
</script>

You should still see the contents, rather than just black.

On Jul 2, 1:31 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> Oscar,
>
> BlockUI works fine in 1.1.3, but there may be an issue with using a
> semi-transparent message.  I don't think I've ever tried that myself.
>
> Mike
>
> On 7/2/07, oscar esp <[EMAIL PROTECTED]> wrote:
>
>
>
> > Seems that block pluggin doens't work the same way with jQuery 1.1.3
>
> > With  1.1.2:
> > -       I had jBlock message with filter opacity in order to show a message
> > with "semi transparent" background.
>
> > With 1.1.3:
> > -       Same code doesn't maintain the "opacity" and now is 100% (0
> > transparency).

Reply via email to