Why does my GIF image not work in Internet Explorer? [closed]
I have a GIF image that I implemented in my app which looks like this:
<img src="/images/loader.gif" />
I dont know why in Chrome I'm having no problems, but Internet Explorer doesn't show t开发者_JS百科he image. If you can help me I would appriciate it. If you need to see more of my code to figure it out, let me know and I will share it. I guess this question is pretty common and can help a lot of people in the future. :) Thanks.
The first thing to do to troubleshoot would be to create a .html page containing only the <img>
tag. If this page displays correctly, the problem is elsewhere. If not, you should use the Internet Explorer Tools (F12 in IE 9, I think also in IE 8).
精彩评论