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






'border-top-width' Syntax and Note

Note:

Define the width of the top border.

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

      
      








Related examples in the same category

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