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






'border-top' Syntax and Note

Note:

Define three different border properties: color, width, and style. 
    
Syntax:
    
element { border-top: values }
elementID.style.borderTop = "values"
document.all.elementID.style.borderTop = "values" // IE only    

    

      
      








Related examples in the same category

1.'border-top' Example
2.'border-top' is applied to