I'm not sure if this is the best place to post this question, but I'm
using jquery for this process and so I figured it was a start.

I have a form that submits via AJAX and jquery. When the user clicks
the submit button, the button is replaced with an animated GIF while
it loads. I preload the GIF using CSS and display:none. This has
worked fine in IE and Firefox 3.0. However, since I upgraded to
Firefox 3.5 it appears that the preloading does not work as it did.
When the button is clicked, you briefly see an image icon indicating
that the image is loading.

I've even tried displaying the image somewhere else on the page (not
hiding it) and still the same thing. Why isn't Firefox using the
cached image?



Thanks.

Reply via email to