ccc

CSS3: Fixed, Fijar una imagen aunque se mueva el scroll

#divLSG {
    background-image: url("foto1.jpg");
    background-repeat: no-repeat; /* repeat-x, repeat-y */
    background-attachment: fixed;
}

No hay comentarios:

Publicar un comentario