padding-bottom

Support Key: CSS1 | CSS2 | IE4B2 | N4B2 | O3.5
Other Padding Properties
padding
padding-top
padding-right
padding-left
= Index DOT Css by Brian Wilson [bloo@blooberry.com] =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
0
Applicable Elements:
ALL
Inherit From Parent:
No
Applicable Media:
Visual
HTML Equivalent:
NA
What is it?
This property controls the size of the bottom padding of an element's rendering box. Negative values are not allowed.

Allowed Values
inherit
CSS2
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
[length]
CSS1 | CSS2 | IE4B2 | N4B2 | O3.5
Type: Explicit
Description:
Refers to either an absolute measurement or a relative measurement based on the current element's font size.
[percentage]
CSS1 | CSS2 | IE4B2 | N4B3 | O3.5
Type: Calculated
Description:
Refers to a percentage of the width of the current element's containing block.
Example
Ext/Doc: blockquote { padding-bottom: 3em }
In-Line:  <blockquote STYLE="padding-bottom: 3em">This is a test document</blockquote>
Browser Peculiarities

Boring Copyright Stuff....