Properties
CSS
border-width
The border-width property is a shorthand property for setting border-top-width, border-right-width, border-bottom-width, and border-left-width.
border-width: [ thin | medium | thick | <length> ]{1,4} | inherit
| Initial: | medium |
| Applies To: | all elements |
| Inherited: | no |
| Percentages: | NA |
| Media: | visual |
DOM
[window.]document.getElementById("element-id").style.borderWidth = "border-top-width border-right-width border-bottom-width border-left-width";
