You are currently browsing the category archive for the 'Css' category.
He estado buscando por ahí como hacer un min-height que también funcione en ie y esto es lo mejor que he encontrado.
clase {
min-height: 100px;
height: auto !important;
height: 100px;
}
