Looks like i have to put in all the <html> tags etc...  I was just
trying to run a quick test so i didnt put all the <html><head> <body>
tags in there.
When i put it all in, the unblockUI worked.  I feel like a an Id10t.

-m

On Sep 3, 4:19 pm, Matthew Abbott <dduck1...@gmail.com> wrote:
> Yup took out the z-index too. I have it in there because when i use
> the UI datepicker it goes behind the blockUI.
> Still has the IE problem.
>
> On Sep 3, 4:16 pm, MorningZ <morni...@gmail.com> wrote:
>
>
>
> > have you tried dropping the z-index styling?  that's got to be an
> > issue
>
> > On Sep 3, 3:49 pm, Matthew Abbott <dduck1...@gmail.com> wrote:
>
> > > It seems to bug because i am using a <form>
> > > Ive tried the <form> tag inside the <div> and outside the <div> like
> > > below.
> > > If i take out the <form> tag, it goes away fine without issues.
>
> > > <script src="js/jquery.js"></script>
> > > <script src="js/jquery.blockUI.js"></script>
> > > <script>
> > >         $(function() {
>
> > >                 $.blockUI({ message: $('#question'), css: { width: 
> > > '275px' } });
> > >                 $('#btnClose').click($.unblockUI);
> > >         });
> > > </script>
>
> > > <form action="" method="post" id="editForm">
> > > <div id="question" style="display:none; cursor: default;z-index:200">
>
> > >         <input type="button" id="btnClose" value="close">
>
> > > </div>
> > > </form>- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

Reply via email to