border-left
Name: border-left
Description: A shorthand property used to specify the color, style, and width of the left border of an element.
Browser Compatibility: IE 4+ / NN 4+
Inherited: No
Values:
- [border-color]
- [border-style]
- [border-width]
- inherit
Code Example:
H2 {border-left: 3px dotted #f0f0f0;}