Login
| Register
Home
Articles
DevMarks
Shop Online
Forums
Articles
DevMarks
Forums
Submit Content
Write an Article
Submit a DevMark
Sponsor
IE Animiated GIF is not working after unhiding
Forums
»
jQuery and Javascript
└»
IE Animiated GIF is not working after unhiding
Facebook
digg it
del.icio.us
Furl
Blinklist
StumbleUpon
please
Login
or
Register
to create a topic
5/6/2010 10:39:18 PM
retroman80s
Joined: Dec 16, 2008
Posts: 21
IE Animiated GIF is not working after unhiding
I'm using jQuery to hide and unhide a div with an animated busy GIF. The animated gif does not animate in Internet Explorer 7 when the div is unhidden. Anyone have a simple solution to make it work?
Report Abuse
5/7/2010 8:34:39 AM
LazyAssCoder
Joined: Dec 07, 2008
Posts: 56
Yes, this is an IE featured bug. Since you are using jQuery, try this simple solution:
$(
'#dialogdiv'
).html(
'<img src="busy.gif" /> Processing...'
);
Report Abuse
pages:
1
please
Login
or
Register
to create a topic