
Originally Posted by
stevesh
That missing image in IE is usually your logo image. Try adding to the stylesheet:
#logo {display:none;}
It looks like all your category images show up (although they are all waaaay too, big (file size, not dimensions)) except the first one. I noticed the filename is pettags_new.jpg. Any chance you didn't upload that image to the images folder ?
I would have said use (#logo {display: none;} except according to the view source #logo is pointing to the header image.
Code:
<div id="logo"><a href="http://www.kings-kreations.com/"><img src="includes/templates/template_default/images/zen/includes/templates/template_default/images/header.jpg" alt="" /></a></div>
Using display:none in that case would cause the header.jpg to not show.