--- title: min-width slug: Web/CSS/min-width tags: - Referencia_CSS translation_of: Web/CSS/min-width ---
{{ CSSRef() }}
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
.
min-width: <longitud> | <porcentaje> | -moz-max-content | -moz-min-content | -moz-fit-content | -moz-available
-moz-min-content
table{min-width: 75%;} form{min-width: 0;}
{{ Cssxref("min-width") }} sobrescribe los valores de {{ Cssxref("max-width") }} y {{ Cssxref("width") }}.
Navegador | Versión mínima |
---|---|
Internet Explorer | 6 |
Netscape | 6 |
Opera | 3.5 |
box model, {{ Cssxref("min-height") }}, {{ Cssxref("-moz-box-sizing") }}, {{ Cssxref("width") }}, {{ Cssxref("max-width") }}