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