HomeReferencesCSS Properties

CSS Property: max-height

Specifies the maximum height 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


#bing { max-height: 300px; }