- Description
Also (border-left-width, border-right-width, border-top-width) Sets the border width of a single edge of an element. Values of thin, medium or thick let the browser choose the width.
- Example
div{ border-bottom-width:thin;} border-top-width:1px;
- Values
- thin, medium, thick, length
- Introduced in CSS version
- 1
- Applies to elements
- All
- Inherited
- No
- Browser Support
Browsers IE Firefox Safari Opera Chrome Versions 5.5 1 1 6 0.2
Belongs to:
See the full list CSS properties and browser support: CSS Properties