13. Dimension Properties

13. Dimension Properties

height: auto | length | percentage
width: auto | length | percentage
Sets the height or width of the content of an element, not counting its padding, borders, or margin.
IE gets this wrong:
  • IE does include padding and borders
  • IE sometimes treats height as a minimum; the box will be taller if the content would overflow.
min-height
min-width
max-height
max-width
Sets the minimum or maximum height or width of an element. Not supported by IE 6.
Ken Keys, CAIDA, 2006-12-01