Exemple de code détaillé de la propriété css min-width.
.identifiant{border:1px solid red; width:80% min-width: 150px; max-width:500px; }
<div style="font-weight:normal; display:block; border:1px solid red; width:80%; min-width:100px; max-width:500px; width:80%">min-width min-width </div>
Interprétation du code détaillé de la propriété css min-width par votre navigateur.
.identifiant{border:1px solid red;width:80% min-width: 150px;max-width:500px;}
min-width min-width
Interprétation normal du code de la propriété css min-width (copie d'écran).
