Syntax
bottom: auto | length | percent
Initial value
|
auto
|
Applies to
|
positioned elements |
Inherited
|
no
|
Comments
This property determines the bottom offset for positioned elements
(ie. elements with a
position
value of relative
, absolute
or
fixed
).
Specification