Home → References → CSS Properties →
CSS Property: min-width
Specifies the minimum width of a box. Not supported by IE.
HTML Dog is hosted by Titan Internet
Possible Values
- [percentage]
- [length]
inheritnone
Example
#bung { min-width: 300px; }
The Best Practice Guide To XHTML and CSS
Home → References → CSS Properties →
Specifies the minimum width of a box. Not supported by IE.
HTML Dog is hosted by Titan Internet
inheritnone
#bung { min-width: 300px; }