• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

hintergrundbild fehlt

kercon

Mitglied
hallo,
ich habe ein kleines problem... immer wenn der inhalt (links) "länger" ist als die navigationspalte (rechts), wir das hintergrundbild (760 x 1 px, repeat) ab ende navigationsspalte bis zum footer nicht mehr dargestellt. was habe ich vergessen?

body {
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #e8e8e8;
text-align: center;
}

#page {
background-color: white;
margin: 0px auto;
padding: 0;
width: 760px;
text-align:center;
}

#header {
background-image: url(../images/header.jpg);
margin: 0px;
height: 305px;
width: 760px;
}

#middle{
padding: 20px;
width: 720px;
background-image: url(../images/corpus.jpg);
text-align:left;
}

#footer {
position:relative;
width: 760px;
height:60px;
background-image: url(../images/footer.jpg);
font-size:9px;
clear:left;
}

#content {
width:460px;
margin-left:20px;
float:left;
}

#sidebar {
margin-left:520px;
font-size:15px;
width:200px;
}

danke!
 
Werbung:
Werbung:
Zurück
Oben