[Gelöst] background läuft nicht durch
Hallo,
eigentlich hatte ich gedacht das ich aus dem Stadium raus bin, aber irgendwie gelingt es mir nicht die Hintergrundrafik durchgehend einzubinden.
Desweiteren läuft die Schrift aus dem Inhaltsbereich raus, trotz, meiner Meinung nach richtiger Maßangaben. Bild ist angehängt, da seht ihr bestimmt was ich meine.
Und da es ja schwer ist was zu beurteilen, das nicht zu sehen ist, hier auch die CSS:
Code
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
background-color: #ebebeb;
width: 900px;
margin-left: auto;
margin-right: auto;
}
#header {
background-image: url('images/header.jpg');
height: 180px;
}
#content {
background-image: url('images/content.jpg');
width: 900px;
}
#inhalt {
background-image: url('images/inhalt.jpg');
width: 705px;
float: left;
}
#inhalt p {
width: 675px;
padding-left:15px;
padding-right:15px;
}
#navi {
background-image: url('images/navi.jpg');
color: #7A0002;
width: 195px;
float: left;
}
#navi p {
padding-left:15px;
padding-right:15px;
}
#footer {
background-image: url('images/footer.jpg');
height: 76px;
}
#footering {
padding-top: 25px;
font-size: 0.8em;
text-align: center;
color: #fff;
}
#clear {
clear: both;
}
Alles anzeigen
Vielleicht kann dem Blinden ja geholfen werden, komm mir schon richtig belämmert vor, bei so nem kleinen Layout. :-(