Properties
CSS
border-bottom-width
The border-bottom-width property sets the width of an element's bottom border.
border-bottom-width: thin | medium | thick | <length> | inherit
| Initial: | medium |
| Applies To: | all elements |
| Inherited: | no |
| Percentages: | NA |
| Media: | visual |
DOM
[window.]document.getElementById("element-id").style.borderBottomWidth = "border-bottom-width";
