--- title: min-width slug: Web/CSS/min-width tags: - Referencia_CSS translation_of: Web/CSS/min-width ---

{{ CSSRef() }}

Sumario

La propiedad min-width se usa para determinar la anchura mínima de un elemento. Previene que la propiedad {{ Cssxref("width") }} pueda ser inferior que min-width.

Sintaxis

min-width: <longitud> | <porcentaje> | -moz-max-content | -moz-min-content | -moz-fit-content | -moz-available

Valores

Ejemplos

table{min-width: 75%;}

form{min-width: 0;}

Notas

{{ Cssxref("min-width") }} sobrescribe los valores de {{ Cssxref("max-width") }} y {{ Cssxref("width") }}.

Especificaciones

Compatibilidad entre navegadores

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

Ver también

box model, {{ Cssxref("min-height") }}, {{ Cssxref("-moz-box-sizing") }}, {{ Cssxref("width") }}, {{ Cssxref("max-width") }}