Hallo Leute,
ich find die Stelle im css nicht, der blaue Footer Balken soll unten mit dem Containerrand abschließen:
[code=php]#footer {
background: url(images/footer2.png) repeat-x;
width: 900px;
overflow: hidden;
font-size: 8pt;
text-align: center;
line-height: 5px;
clear: both;
}
#footer p {
color: #fff;
padding-top: 3px;
margin-bottom:0;
}
#footer a, #footer a:visited {
color: white;
text-decoration: none;
border: none;
border-bottom: 1px dotted white;
}
#footer a:hover {
text-decoration: none;
border: none;
Für jeden Tipp dankbar!
voodoo