adlep
Diamond Member
It is stragne because right now, my web site looks OK in Mozilla and Konqueror, but the header part of my web site
kind of craps out in Internet Explorer, it looks like the picture of the computer in the header, gets extra 10 px of padding by IE?
But why?
Help...
site
Once again, it looks just ok whith Mozilla and Konqueror??
Fragment of my CSS
#Header {
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
height:44px;
border-style:solid;
border-color:black;
border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
line-height:0px; /*11px*/
background: url(images/texture.gif);
voice-family: "\"}\"";
voice-family:inherit;
height:44px; /* the correct height */
}
body>#Header {height:44px;} /* 44px is the height of the picture */
What should I do to correct the problem and make the "header" look good again in IE?
kind of craps out in Internet Explorer, it looks like the picture of the computer in the header, gets extra 10 px of padding by IE?
But why?
Help...
site
Once again, it looks just ok whith Mozilla and Konqueror??
Fragment of my CSS
#Header {
margin:0px 0px 20px 0px;
padding:0px 0px 0px 0px;
height:44px;
border-style:solid;
border-color:black;
border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
line-height:0px; /*11px*/
background: url(images/texture.gif);
voice-family: "\"}\"";
voice-family:inherit;
height:44px; /* the correct height */
}
body>#Header {height:44px;} /* 44px is the height of the picture */
What should I do to correct the problem and make the "header" look good again in IE?