Tried both, which both did not work :-/ . It has something to do with
the submit function-- as when I use click(), it works fine.

-Kyle

On Aug 20, 12:19 pm, Joe <[EMAIL PROTECTED]> wrote:
> Hmm, very strange.  If you inspect the element in firefox it shows the
> <img> tag as not displayed.  If you "preview" the image by mousing
> over the src attribute in the image tag, then it shows up in Firebug.
> After this, it is cached and then shows up when I upload.  Very very
> bizarre.  I've used blockUI for many things and never had this issue.
> Maybe explicitly make the image display: block or apply it as a
> background image to the h1 or another tag.
>
> Joe
>
> On Aug 19, 9:41 pm, xxkylexx <[EMAIL PROTECTED]> wrote:
>
> > Hey guys,
> > I am trying to use the blockui plugin in order to block a div that
> > contains my file uploader while the file is in the process of
> > uploading (form is being submitted).
>
> > I have successfully achieved this, however, I want to display a cool
> > little animated loading .gif in the blockui message, but am having
> > issues getting it to load, and animate in some browsers (ff and ie6).
>
> > I think the problem is that the image isn't getting enough time to
> > load or something before the submit begins. I am using a javascript
> > submit() to handle submitting the form, and then trigger the blockui.
>
> > You can see this working in action here (as well as view my 
> > source):http://new.imagenerd.com/. Just upload an image to see the issue I 
> > am
> > describing.
>
> > Thanks for any help.
>
> > -Kyle

Reply via email to