Hallo,
ich brauch dringend Hilfe hierzu:
Habe eine Webseite und der Hintergrund soll immmer alles ausfüllen im Browser und man soll nicht runter und hoch scrollen können. Der Hintergrund hat 1920x1080 . So stehts zur Zeit in der CSS. Leider funzt es so nicht sondern der Hintergrund wird abgeschnitten dargestellt:
Danke im Vorraus
hier die ganze CSS
ich brauch dringend Hilfe hierzu:
Habe eine Webseite und der Hintergrund soll immmer alles ausfüllen im Browser und man soll nicht runter und hoch scrollen können. Der Hintergrund hat 1920x1080 . So stehts zur Zeit in der CSS. Leider funzt es so nicht sondern der Hintergrund wird abgeschnitten dargestellt:
PHP-Code:
body {
background-image:url(img/bg.jpg);
background-position:center top;
background-color:#0d0c08;
background-repeat:no-repeat;
}
hier die ganze CSS
PHP-Code:
body {
background-image:url(img/bg.jpg);
background-position:center top;
background-color:#0d0c08;
background-repeat:no-repeat;
}
h2 {
font-size: 14px;
color: #A36075;
margin-top: 640px;
margin-left: 290px;
padding: 40px;
}
#img {
position: absolute;
right: 50%;
width: 175px;
height: 175px;
margin-top: -85px;
margin-right: -85px;
top: 460px;
}
#low {
position: absolute;
right: 50%;
width: 175px;
height: 175px;
margin-top: 140px;
margin-right: 295px;
top: 460px;
}
#high {
position: absolute;
right: 50%;
width: 175px;
height: 175px;
margin-top: 140px;
margin-right: -177px;
top: 460px;
}
#forum {
position: absolute;
right: 50%;
width: 175px;
height: 175px;
margin-top: 140px;
margin-right: -110px;
top: 560px;
}
Kommentar