Ver Mensaje Individual
  #6 (permalink)  
Antiguo 31/03/2014, 18:44
Avatar de hackjose
hackjose
 
Fecha de Ingreso: abril-2010
Ubicación: Edo Mexico
Mensajes: 1.178
Antigüedad: 14 años, 1 mes
Puntos: 131
Respuesta: Heigh 100% a un Div con Posicion Relative

Cuando utilizas relative debes usar

Código CSS:
Ver original
  1. html,body
  2. {
  3. height:100%;
  4. }

cuando utilizas absolute
Código CSS:
Ver original
  1. elemento
  2. {
  3. height:100%;
  4. position:absolute;
  5. }
saludos