In FireFox I’m seeing and image with text on it that reads “Indian Opportunism: Delhi Is Worsening Pakistan Disaster By Flooding Our Rivers”.
In IE I’m seeing the image place holder that says “No Image Available” with what looks like the NBC log on it.
And in the source this is what loads the image
<img src="https://www.ahmedquraishi.com/wp-content/uploads/cat17_NpAdvSinglePhoto.jpg" alt="Indian Opportunism: Delhi Is Worsening Pakistan Disaster By Flooding Our Rivers" class="phLargePhoto" />
I’m not 100% sure, but you might set the width and height on it for IE. It’s been a while since I worked with IE bugs.
However; Since you said you didn’t load an image, yet there is still one there, you must be loading it from somewhere else that you’ve over looked.
Or perhaps you’re loading the images from different locations based on which browser the user is view in, and you are trying to load the image for IE from a location where it no longer exists or you’ve changed the URL and forgot the move the image.
Off topic: I also noticed that you have duplicate links that read “Print This” and “Email This Post” in FireFox, but in IE the first one is an image and the second is the text link.