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






'border-left-style' Syntax and Note

Note:

Define the styles for the left border.

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

      
      








Related examples in the same category

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