henman: Gästebuch: Hintergrund verschiebt sich andauernd!!!

Beitrag lesen

hallo,

div.bg {

background-image: url(../images/Hauptseite.png);
background-color:orange;
width:997px;height:2600px;
margin-left: 250px;
margin-top: -120px;
background-attachment:fixed;
}

<div class="bg"></div>

warum setzt du den Hintergrund nicht das body-Element?