Header Image 1 pixel off in IE
-
I’m having a strange problem — the image in my header appears to be one pixel off in IE. It looks okay in Firefox.
here’s the link: https://www.tatteredcoat.com
Anyone have any ideas? It seems to load okay before the entire page loads, but then, when it does, it shifts over.
I tested out a few theories; the problem is *not* with the amazon or google ads in the sidebar…
Here is the css for my header (derived from podz):
#header {
background-image: url(‘images/personalheader.gif’);
background-repeat: no-repeat;
border-left: solid 1px #e7e7e7;
border-right: solid 1px #e7e7e7;
margin: 0;
height: 200px;
width: 760px;
}#headerimg {
margin: 0;
height: 200px;
width: 100%;
}#header a {
display:block;
height:100%;
text-indent:-500em;
text-decoration:none;
}and, in header.php:
<div id=”header”>
<div id=”headerimg”>
<h1> </h1>
<div class=”invisible”>a paltry thing</div>
</div>
</div>Anyone know what’s going on?
Thanks in advance for your help.
- The topic ‘Header Image 1 pixel off in IE’ is closed to new replies.