Hallo,
ich habe ein kleines Problem mit der Darstellung meines Headers im IE (s.a. Screenshot unten).
Wie kann ich das lösen ?
Hier mal mein passender CSS-Bereich:
Code
body {
background-color: #414141;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
margin: 0px;
padding: 0px;
color: #837F73;
}
#wrapper {
background: url(images/middle.gif) repeat-y top center;
width: 950px;
margin: 30px auto 30px auto;
padding: 0px;
}
#header {
background: url(images/top.gif);
height: 130px;
width: 950px;
margin: 60px 0px 0px 0px;
}
#content {
color: #837F73;
width: 650px;
padding: 10px;
line-height: 1.3em;
margin: 0px 0px 0px 100px;
}
#footer {
background: url(images/bottom.gif) no-repeat bottom center;
width: 950px;
height: 60px;
clear: both;
text-align: center;
font-size: 0.8em;
padding: 13px 0 0 0;
}
Alles anzeigen
Was muss ich im Header ändern, damit das nicht so schlecht aussieht ???
Viele Grüße
tequila