Bild vertikal gekachelt - fixiert

gekachelt - gekachelt horizontal - 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-repeat: repeat-y;
background-position: 50% 0%;
background-attachment: fixed
}
</style>