bottom | WebReference

bottom

Name: bottom

Description: Specifies the distance between the element's bottom edge and the bottom edge of the containing block.

Browser Compatibility: IE 5+ / NN 6+

Inherited: No

Values:

Code Example:

h1 {display: block; position: absolute;
top: 40px; right: 75px; bottom: 10px; left: 75px}