Hi Eric - I was having the same issue as Matthew, but the extra line
of code you've recommended solved it.
Any ideas why it didn't work in the first place?

Thanks,
Ryan Shripat

On Sep 14, 11:59 am, Eric Chan <a...@cck.me> wrote:
> Try the code as bellow:
>
> $.unblockUI();
> $(".blockUI").fadeOut("slow");
>
> ------------------------------------------
> The code can fixunBlockUIwhich problem with IE6/7/8
>
> On Sep 4, 1:38 am, Matthew Abbott <dduck1...@gmail.com> wrote:
>
>
>
> > Im using the blockUI() plugin in jquery and I attached a click event
> > to a button to call theunblockUI().
>
> > What it does is make the content of the block disappear, but the block
> > and the modal background still are visible. This is only happening in
> > IE.  Im usingIE7currently.  Firefox is fine.
>
> > Any help is appreciated.
>
> > -Matthew

Reply via email to