Also beim IE wird der Hintergrund unten abgeschnitten. Ich hab keine Ahnung warum und hoffe das ihr mir helfen könnt.
Der CSS-Code
/*Basic Config*/
body {
background-color: #222a2e;
color: #FFF;
font-family: Verdana;
font-size: 12px;
height: 100%;
}/*ID Config*/
#content {
position: absolute;
bottom: 230px;
left: 35px;
width: 600px;
height: 257px;
background-image: url(../images/welcome.gif);
background-repeat: no-repeat;
padding-left: 60px;
}
#footer {
position: absolute;
bottom: 0px;
left: 0px;
background-image: url(../images/footer.gif);
background-repeat: no-repeat;
background-attachment: scroll;
width: 100%;
height: 227px;
}
gruß user-129
links = FF
rechts = IE