Ciao a tutti!
Guardate questo sito: anche scorrendo la pagina lo sfondo rimane statico, ho trovato questa soluzione:
però non sembra funzionare, altre soluzioni?Codice HTML:<body lang="it" background="immagini/Sfondo.gif" bgproperties="fixed">
Grazie in anticipo!
Risolto:
Codice PHP:
body {
background-image: url('immagini/Sfondo.gif');
background-repeat: repeat;
background-attachment: fixed
}