'padding-bottom' Syntax and Note : padding bottom « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'padding-bottom' Syntax and Note

Note:

Set the bottom padding size.

Syntax:
    
element { padding-bottom: value }
elementID.style.paddingBottom = "value"
document.all.elementID.style.paddingBottom = "value" // IE only
    

      
      








Related examples in the same category

1.'padding-bottom' Example
2.'padding-bottom' Possible Values
3.'padding-bottom' is applied to