25/03/2011, 08:19
|
| | Fecha de Ingreso: marzo-2011
Mensajes: 2
Antigüedad: 13 años, 7 meses Puntos: 0 | |
Respuesta: Superponer 2 capas en el centro Solucionado, os pongo el codigo por si alguno os interesa:
#back1{
position:absolute;
left: 50%;
margin-left: -275;
height: 480;
width: 550;
background-color: black;
z-index:-2;
}
#fondo{
position:absolute;
left: 50%;
margin-left: -327;
background-image:url(./img/clasificacion.png);
height: 305;
width: 654;
z-index:-1;
} |