![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
24/05/2008, 17:13
|
![Avatar de Mikmoro](http://static.forosdelweb.com/customavatars/avatar153985_1.gif) | 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. |