NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

HTML XHTML The Complete Reference
home » reference » appendix b » css1 / css2 properties

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

(X)HTML Elements
CSS Properties
Back: min-height Next: orphans
< Home | About | Chapters | Examples | Errata | Reference | Site Map >