[EMAIL PROTECTED] wrote:
HI,
I have an ajax call in my page and while loading I am showing an
animated loading gif animation. Sometimes In IE the animated gif is
not animating.
Anybody knows why?
Thanks a ton in advance..
Thanking you
*Naveen Bhaskar *
Can you provide a link to the page or a demo Naveen? To get this working
most scripts I've seen insert the image into the HTML immediately after
the page loads but hide it, either off-screen or using
style="display:none;". Then when the script displays the image it is
already loaded and animating.
I guess in IE it can't buffer an animated gif while the rest of your
script runs.
-Rob
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************