Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/07/2015, 06:57
Avatar de AngelKrak
AngelKrak
 
Fecha de Ingreso: noviembre-2014
Mensajes: 917
Antigüedad: 9 años, 5 meses
Puntos: 91
Respuesta: Scrolling vertical tbody table

no se puede con overflow en tu tbody?

Ejemplo:
Código CSS:
Ver original
  1. table.AK tbody {
  2. height: 150px;
  3. overflow-y: visible;
  4. overflow-x: hidden;
  5. }