Hallo
Hab im Joomla folgendes Probl.:
Der Code im CSS sieht so aus! und ich möchte das das Bild auf die komplette Seite gestreckt wird. Was muss ich noch einfügen?
THX
CODE:
BODY {
margin: 0px 0px 0px 0px;
background-color : black;
background-image:url(../images/schnee.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left center;
color : #000000;
scrollbar-base-color: #2886BE;
scrollbar-darkshadow-color: White;
scrollbar-face-color: #2886BE;
scrollbar-highlight-color: #2886BE;
scrollbar-shadow-color: #2886BE;
scrollbar-track-color: #B7E3FF;
scrollbar-arrow-color: White;
}
Hab im Joomla folgendes Probl.:
Der Code im CSS sieht so aus! und ich möchte das das Bild auf die komplette Seite gestreckt wird. Was muss ich noch einfügen?
THX
CODE:
BODY {
margin: 0px 0px 0px 0px;
background-color : black;
background-image:url(../images/schnee.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left center;
color : #000000;
scrollbar-base-color: #2886BE;
scrollbar-darkshadow-color: White;
scrollbar-face-color: #2886BE;
scrollbar-highlight-color: #2886BE;
scrollbar-shadow-color: #2886BE;
scrollbar-track-color: #B7E3FF;
scrollbar-arrow-color: White;
}