Hi,
Das ist alles was ich bisher habe:
*{
padding:0px;
margin:0px;
}body{
background-image: url(../Bilder/tutgut.png);
background-position: center;
background-repeat: no-repeat;
background-color: #8DB801;
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
font-size: 80%;
}#inhalt{
width: 580px;
height: 500px;
position: absolute;
top: 238px;
left: 380px;
color: #fff;
overflow: auto;
}
füge davor noch ein:
html, body {
height: 100%;
width: 100%;
}
Gruß Gunther