I cannot seem to get this logo to show up in IE, but it shows fine in firefox. Here's the code for the image, which is in the html of the page, not in a css file. Any suggestions? It's probably something really simple that I'm just not seeing. <div style="position: absolute; left: 15px; top: 0px;"> <img src="images/header.gif" width="250" height="108" border="0" alt="logo" > </div>
I don't know if it will solve the problem but you haven't closed the img tag it should be as such: <img src="images/header.gif" width="250" height="108" border="0" alt="logo" />