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