[WSG] animated gif not animating...

2008-06-10 Thread Naveen_Bhaskar
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 

 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] animated gif not animating...

2008-06-10 Thread Jonathan D'mello
I've seen this happen before on loading images. Never bothered about
it much as it was an IE specific problem.

Jonathan

On Tue, Jun 10, 2008 at 4:44 PM,  [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



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re[2]: [WSG] animated gif not animating...

2008-06-10 Thread k . voronin
Hi, Jonathan

http://www.west-wind.com/WebLog/posts/1227.aspx

hope that helps!

WBR, Kirill

 I've seen this happen before on loading images. Never bothered about
 it much as it was an IE specific problem.

 Jonathan

 On Tue, Jun 10, 2008 at 4:44 PM,  [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



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



-- 
С уважением,
 k  mailto:[EMAIL PROTECTED]



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] animated gif not animating...

2008-06-10 Thread Robert O'Rourke

[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]
***