Originariamente inviato da piero06
bhè, se lo lasciasse solo nel body non rimarebbe fisso

intendevo:

<body background="..."> diventa <body>

e aggiungi in <head>:

<style>
body {
background-image: url(TUAIMMAGINE.GIF);
background-attachment: fixed;
}
</style>