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






'border-bottom-style' Syntax and Note

Note:

Define the styles for the bottom border.

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

      
      








Related examples in the same category

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