![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/07/2010, 14:38
|
| | Fecha de Ingreso: marzo-2004 Ubicación: Chile
Mensajes: 382
Antigüedad: 20 años, 10 meses Puntos: 0 | |
Respuesta: Problemas con maquetacion IE6 Gracias pero esta solucionado al div contenido le puse la propiedad:
position: absolute
De esta forma quedo.
#contenido {
float: right;
height: 920px;
overflow: auto;
background-color: #FFF;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
width: 700px;
position: absolute;
}
Gracias a todo por ayudar .... |