--- title: min-height slug: Web/CSS/min-height tags: - CSS - 'CSS:Referencias' - Todas_las_Categorías translation_of: Web/CSS/min-height ---
{{CSSRef}}

Resumen

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}}

Sintaxis

{{csssyntax}}

Values

Examples

table {min-height: 75%;}

form {min-height: 0;}

Notes

{{ Cssxref("min-height") }} tiene prioridad sobre los valores {{ Cssxref("max-height") }} y {{ Cssxref("height") }}.

Esdpecificaciones

Compatibilidades

Navegador Versión mínima
Internet Explorer 6
Netscape 6
Opera 3.5

Ver también

{{ 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") }}