CSS property: bottom
Availability |
BlackBerry® Device Software version 4.6 or later |
Usage |
any positioned element |
Inherited |
no |
Default value |
auto |
The bottom property is a positioning property that specifies the distance of the bottom edge of an element relative to the bottom edge of the containing element.
Considerations
If the position property for the element has a value of static, then the bottom property has no effect.
Values
Value |
Description |
|---|---|
length |
This value specifies the distance as an absolute value. The value can be an integer with the unit of measurement. For example, “10pt” or “6px”. Negative values are not permitted. Possible units include pt, px, in, cm, pc, em, or ex. |
percentage |
This value specifies the distance as a percentage of the height of the containing element. Negative values are permitted. |
auto |
This value specifies that the BlackBerry® Browser determines the position of the bottom edge of the element. |