Ver Mensaje Individual
  #13 (permalink)  
Antiguo 03/11/2010, 16:13
danneg
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Vivan las tables!!!

Seria algo asi

%

Código CSS:
Ver original
  1. #contenedor {
  2.    width:  100%;
  3.    height: 500px;
  4.    overflow: hidden;
  5. }
  6.  
  7. .capa {
  8.    float: left;
  9.    width: 33%;
  10.    height: 100%;
  11.    border: 1px solid #000;
  12.    overflow: hidden;
  13. }
  14.  
  15. #contenedor .capa:first-child {
  16.    height: auto;
  17. }