CSS Property: padding-bottom
[this page | pdf | back links]
The CSS (CSS1) padding-bottom property sets the width
of the bottom padding (space) of an element.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
length
|
Any specified thickness
as a CSS length
|
|
%
|
As percentage of width
of containing element
|
|
Default Value:
|
0
|
|
JavaScript syntax:
|
e.g. object.style.paddingBottom="4px"
|
|
Inherited:
|
No
|
|
Animatable:
|
Yes
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties