Originariamente inviato da cnosse
background-attachment: fixed;
Dove dovrei mettere questi script?
Nel file http://www.blogger.com/css/blog_controls.css aggiungi il seguente codice:

codice:
body{
background-color:#eee; /*o il colore che vuoi*/
background-image:url(immagine.jpg);
background-attachment:fixed
}