intendevo:Originariamente inviato da piero06
bhè, se lo lasciasse solo nel body non rimarebbe fisso
![]()
<body background="..."> diventa <body>
e aggiungi in <head>:
<style>
body {
background-image: url(TUAIMMAGINE.GIF);
background-attachment: fixed;
}
</style>