css ie hacks

min - max

by jpeter06

HTML

<div id="minmax">
    en un lugar de la mancha de cuyo nombre no quiero acordarme existĂ­a un hidalgo llamado Don Quijote de la Mancha
</div>

CSS

/** min max **/
#minmax {
border:1px dotted red;
min-width: 400px;
width:auto !important;
width:400px;
max-width:600px;
}