Skip to content Skip to sidebar Skip to footer

Ie 10 Images Not Showing Up

I am currently attempting to fix up the huge amount of issues that IE10 is causing when viewing my site. here the current issue that's plaguing me is that all of my images are no

Solution 1:

I add this to the head section if something does not work in IE10 but it does in other browsers.

<metahttp-equiv="X-UA-Compatible"content="IE=9"/>

Does it work in other browsers?

Solution 2:

I've gone through the same problem of images working in Chrome and Firefox and not working in Internet Explorer.

The problem was with the image and not with the code. I downloaded a .jpg and saved it as a .png.

Once I downloaded again as .jpg (and didn't try to change to .png) and changed in img src from .png to .jpg then everything was working fine in all the three browsers.

Post a Comment for "Ie 10 Images Not Showing Up"