altura del contenedor igual a alto de portview con css


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. html, body {
  2. height:100%;
  3. }
  4.  
  5. y luego en el elemento (contenedor o wrapper) que va a ocupar todo el alto le pones esto:
  6.  
  7. #contenedor {
  8.  
  9. height:auto !important;
  10. height:100%;
  11. min-height:100%;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.