--- title: min-height slug: Web/CSS/min-height tags: - CSS - 'CSS:Referencias' - Todas_las_Categorías translation_of: Web/CSS/min-height ---
La propiedad min-height
se utiliza para definir la altura mínima de un elemento dado. Impide que el valor de la propiedad {{ Cssxref("height") }} llegue a ser más pequeña que la especificada en la altura mínima (min-height
).
{{cssinfo}}
{{csssyntax}}
table {min-height: 75%;} form {min-height: 0;}
{{ Cssxref("min-height") }} tiene prioridad sobre los valores {{ Cssxref("max-height") }} y {{ Cssxref("height") }}.
Navegador | Versión mínima |
---|---|
Internet Explorer | 6 |
Netscape | 6 |
Opera | 3.5 |
{{ Cssxref("Modelo de caja", "modelo de caja") }}, {{ Cssxref("width", "ancho") }}, {{ Cssxref("-moz-box-sizing", "tamaño de cajas -Mozilla") }}, {{ Cssxref("min-height", "altura mínima") }}, {{ Cssxref("max-height", "altura máxima") }}