Yeah take out the <html> <head> <body> tags in your example, and in IE
you should get the error i was talking about.
just leave the script tags and the div.

On Sep 4, 8:25 am, Mike Alsup <mal...@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>
>
> There must be something more to your page that is getting in the way.
> The simple code you posted works fine for me:
>
> http://www.malsup.com/jquery/block/sep04.html- Hide quoted text -
>
> - Show quoted text -

Reply via email to