height | WebReference

height

Name: height

Description: Specifies the height of an element's content area. It does not include the padding, borders, or margins.

Browser Compatibility: IE 4+ / NN 6+ / O 3.5+

Inherited: No

Values:

Code Example:

p {height: 100px; width: 63px;}

Comments: Applies to block-level and replaced elements only.