Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/03/2011, 08:19
jarec
 
Fecha de Ingreso: marzo-2011
Mensajes: 2
Antigüedad: 13 años, 1 mes
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;
}