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






'border-right-width' Syntax and Note

Note:

Define the width of the right border.

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

      
      








Related examples in the same category

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