![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/06/2008, 01:34
|
![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: soy un neofito con CSS, help me :) El problema lo tienes aquí:
#cuerpo {
position: absolute;
width: 1000px;
left: 50%;
margin-left: -500px;
}
que imagino que has hecho eso para centrar la página, y en realidad te sobra. Ponlo así:
#cuerpo {
width: 1000px;
}
y elimina el width de 860px del body, e imagino que te funcionará como quieres.
Mikel. |