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






'border-bottom-width' Syntax and Note

Note:

Define the width of the bottom border.

Syntax:
    
element {border-bottom-width: value }
elementID.style.borderBottomWidth = "value"
document.all.elementID.style.borderBottomWidth = "value" // IE only
    

      
      








Related examples in the same category

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