haber tengo este codigo y quiero posicionar dos imagenes diferentes al pie de la pagina
Código:
<style type="text/css">
body {
background-color: #CC0000;
background-image : url(i/devil.gif);
background-position : left bottom;
background-repeat : no-repeat;
background-attachment : fixed;
}
.pie {
background-image : url(i/pie.gif);
background-position : left bottom;
background-repeat : repeat;
background-attachment : fixed;
}
</style></head>
<body>
<div class="pie"></div>
</body>
el body me funciona pero el pie queda arriba y no baja