开发者

Why does my GIF image not work in Internet Explorer? [closed]

开发者 https://www.devze.com 2023-03-15 16:50 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消