Originariamente inviato da ELFO-3P
ho un immagine di sfondo ke è 200px x 200px
se la metto come sfondo mi ripete l'immagine per tot volte
si puo' far in modo ke rimane fissa ma centrata?
body {
background-image: url(imm.gif);
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}