Return to Snippet

Revision: 3353
at July 13, 2007 07:38 by joseluis


Initial Code
html, body {
        height:100%;
}

y luego en el elemento (contenedor o wrapper) que va a ocupar todo el alto le pones esto:

#contenedor {

        height:auto !important;
        height:100%;
        min-height:100%;

Initial URL


Initial Description


Initial Title
altura del contenedor igual a alto de portview con css

Initial Tags
css

Initial Language
CSS