Ver Mensaje Individual
  #7 (permalink)  
Antiguo 07/07/2010, 11:02
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 2 meses
Puntos: 1146
Respuesta: Ayuda mostrando tabla solo con DIV's

como ya te dijeron es mejor lo hagas con una tabla, aun así tu problema fue porque pusiste overflow:hidden; en esta sección:
Código CSS:
Ver original
  1. .rowList div
  2. {
  3. /*    display:inline;
  4.     float:left;*/
  5.     float: left;
  6.     padding: 5px;
  7.     border-color: #464646;
  8.     border-style: solid;
  9.     border-right-width: 0px;
  10.     border-left-width: 1px;
  11.     border-top-width: 0px;
  12.     border-bottom-width: 1px;
  13.     overflow:hidden;
  14.     }