Bild gekachelt horizontal - fixiert

gekachelt - gekachelt vertikal - Bild zentriert - Bild positioniert

Das kommt in den Headbereich
zurück
Tipps/Tricks

<style type="text/css">
body
{
background-image: url(../images/logo-demo.jpg);
background-position: 0% 50%;
background-repeat: repeat-x;
background-attachment: fixed
}
</style>