Style Object
The height property sets or returns the height of an element.
The height property has effect only on block-level elements or on elements with absolute or fixed position. The overflowing content can be manipulated with the overflow property.
Set the height property:
Return the height property:
| Value | Description |
|---|---|
| auto | The browser sets the height. This is default |
| length | Defines the height in length units |
| % | Defines the height in % of the parent element |
| inherit | The value of the height property is inherited from parent element |
![]()
The height property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Set the height of a button:
Style Object
Your message has been sent to W3Schools.