Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/01/2006, 20:05
Avatar de jesusbet
jesusbet
(Desactivado)
 
Fecha de Ingreso: mayo-2004
Ubicación: Monterrey, MX
Mensajes: 2.667
Antigüedad: 20 años
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