![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/01/2006, 20:05
|
![Avatar de jesusbet](http://static.forosdelweb.com/customavatars/avatar63600_0.gif) | (Desactivado) | | Fecha de Ingreso: mayo-2004 Ubicación: Monterrey, MX
Mensajes: 2.667
Antigüedad: 20 años, 9 meses Puntos: 2 | |
al elemento con el float agregale la propiedad display:inline;
checa:
#seccionA {
background-color: #FFCC99;
float: left;
height: 100%;
width: 300px;
margin: 0px;
padding: 0px;
display: inline;
}
Es un bug de internet explorer con los elementos flotados |