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






'border-left' Syntax and Note

Note:

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

    

      
      








Related examples in the same category

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