Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/02/2018, 05:47
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Respuesta: Poner alto auto ajustable a cada tab

Hola ArturoGallegos

No funciona si le pongo:

Código CSS:
Ver original
  1. .slides .slide {
  2.     position: absolute;
  3.     top: 0;
  4.     width: calc(20% - 1em);
  5.     max-height: auto;
  6.     margin: 0.5em;
  7.     padding: 0;
  8.     color: black;
  9.     float: left;
  10.     overflow: auto;
  11.     background: #FFF;
  12.     transition: max-height 0.25s
  13.     ease-in-out, width
  14.     0.25s 0.25s ease-in-out, left
  15.     0.25s 0.5s  ease-in-out, top
  16.     0.25s 0.75s ease-in-out;
  17. }

También probé con: "max-height: none;"

¿Sabes cómo más podría hacerlo?

Gracias por tu ayuda
__________________
Diseñador Gráfico publicitario