min-width
Defines the minimum width a region may reduce to if it is relatively sized and the browser window is adjusted. Measurements are generally in fixed values although relative units such as percentages may be used.
Example
#div1 {width: 50%; max-width: 800px; min-width: 400px;}
Browser and CSS Support Notes
CSS2
No IE support
Nav 6, 7
Opera 7