by Hiroshi on April 21st, 2009
Ever experienced a problem when regular image HTML code is displaying images in firefox but not displaying in internet explorer? If you are facing the same problem then consider taking care of following points:
- Do not name images as ‘banner’. This can cause problems with some antivirus software or browser add-on.
- validate the html document and css file. You can lose a lot of time trying to fix something when there are errors in your code.
W3C Validator – HTML
W3C Validator – CSS - Check for valid code – make sure all tags are closed.
You may have neglected to close an element, or perhaps you meant to “self-close” an element, that is, ending it with “/>” instead of “>” in case of XHTML - Check that ‘show pictures’ option is enabled in IE.
Go to tools > Internet Options > Multimedia > Show Pictures
Related Posts
2 Reviews
Leave a Review
Incoming Searches
images not displaying in ie, xml link images not displaying in internet explorer, web image not displaying, web banners not displayed in firefox and explorer, spry images not displaying in web page, rss displayed in IE are not displayed in FF, preview images in the flash player are displaying in IE and not displaying in FF, pictures showing in firefox but not in ie, pictures and banners not showing on websites, PHP image in IE not coming out, my browser is not showing images firefox, internet explorer not showing images, internet explorer not displaying google images, internet explorer not displaying correct, web images displayed in firefox but not IE, web images not appearing in firefox or IE, wordpress photos showing in chrome but not IE, wordpress not showing images firefox, wordpress not displaying images on browser, wordpress jQuery load() not displaying in Internet Explorer, wordpress images not showing in internet explorer, wordpress images not displaying in IE, wordpress image not displaying in IE, wordpress IE link images, wordpress IE images not displaying, why would an image load in firefox but not ie, why Internet Explorer not picking up in page style for facebook, why ie dont display pictures which firefox displays, why google video player in html not showing firefox, internet explorer banners images not displayed, images showing in firefox but not in internet explorer wordpress, images show in firefox but not ie wordpress, html not displaying image jquery IE, html not displaying, html images are not coming in IE, html htaccess area images not displaying in firefox, html file image not showing firefox 2010, graphics showing in wordpress for firefox but not internet explorer, firefox flash xml image loading problem hotlink, firefox flash banner ads not showing, ext js calendar not showing in ie, banner image shows in firefox but not IE?, banner can not display in IE wordpress, Ads are displaying in Firefox but not Internet Explorer, html not showing in IE, html to be displayed the same in ie and firefox, ie and firefox not displaying web images, images not showing on firefox, images not displaying in IE displaying in firefox, images not displaying in firefox, images html displaying firefox but not ie, images do not display in ie, image loading in Firefox but not IE, image getting displayed in FF not in IE, image displaying in ff but not ie, ie not displaying pictures, IE not displaying image, IE not displaying CSS images, ie images not displaying, actionscript images ie problem

That is so much basics that one wouldn’t even read it anymore.
Why you would pop up with such an answer (you can read the same copied content a thousand times all over the net) only proves that GOOGLE doesn’t work anymore, just as little as Microsoft and IE and all the rest of the rubbish!
Man, you’re in my throw away drawer!
I had the same problem. After reading this, I went back and checked my code. Sure enough, I had left the “/>” off all the pics. I had put ” at the end of every third picture, so Internet Explorer was picking up every third picture. I don’t know why it worked in Firefox, I guess the developers anticipated sloppy code and programmed the browser to take care of it.
So even though the answer does sound sort of like a canned answer, it is definitely the correct answer.