Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/10/2012, 10:17
Avatar de veruti85
veruti85
 
Fecha de Ingreso: octubre-2012
Ubicación: Entre Huelva y Madrid
Mensajes: 32
Antigüedad: 11 años, 6 meses
Puntos: 7
Respuesta: problema con un DIV de autotamaño

Cita:
Iniciado por no_fx Ver Mensaje
¿que dices en el tramo destacado en rojo?

al div derecho coloca un

Código HTML:
Ver original
  1. float: right;
  2. width: 100%;

y al div izquierdo

Código HTML:
Ver original
  1. float: left;
y si quieres que el contenedor crezca al mismo tiempo que esos, metes un div con un clear: both y listo :)