l'ho avevo gia visionato il topic dove indica questo codice da usare, se non sbaglio:
html {
background: url(images/sfondo.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
io ho invece
html, body
{
height: 100%;
}
body
{
padding: 0;
margin: 0;
min-width: 520px;
color: #1D2630;
}
dove lo inserisco ? ovviamente la riga "images/sfondo.jpg" adatto alle mie esigenze
però non funge sia che lo inserisco in html, body che in body