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






'border-top-style' Syntax and Note

Note:

Define the styles for the top border.

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

      
      








Related examples in the same category

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