Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/09/2012, 11:51
Avatar de Naahuel
Naahuel
 
Fecha de Ingreso: marzo-2011
Ubicación: localhost
Mensajes: 796
Antigüedad: 13 años, 1 mes
Puntos: 192
Respuesta: Mostrar elemento teniendo el parent con overflow hidden

Estimo que el overflow:hidden es para limpiar los flotados. Al elemento "container" agregale la clase "clearfix" (o algún nombre que te acuerdes). Después agregá estas regla:

Código CSS:
Ver original
  1. .clearfix{
  2.     zoom: 1; /*IE*/
  3. }
  4. .clearfix:after{
  5.     content: '';
  6.     display: block;
  7.     height: 0;
  8.     line-height: 0;
  9.     visibility: hidden;
  10.     clear:both;
  11. }

Observá: http://jsfiddle.net/ZtM8b/1/
__________________
nahueljose.com.ar