Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/05/2008, 17:13
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 18 años, 4 meses
Puntos: 280
Respuesta: Ayuda con div uno encima de otro

Prueba añadiendo una propiedad clear: both a tu selector #prefooter:

#prefooter {
background-image: url(img/footer_backgroundpre.jpg);
height: 26px;
position: relative;
width: 1052px;
margin-right: auto;
margin-left: auto;
clear: both;
}

Mikel.