HomeReferencesCSS Properties

CSS Property: min-width

Specifies the minimum width of a box. Not supported by IE.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Possible Values

  • [percentage]
  • [length]
  • inherit
  • none

Example


#bung { min-width: 300px; }