'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