
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Borders |
| Previous Style: border-left-style
| Next Style: border-right
|
border-left-width
Specifies the left border width of the element's box.
Support:
-
See Also:
-
border-width,
border-bottom-width,
border-right-width,
border-top-width
Possible Values:
- [length]
A specific border width.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
4.0 and later |
- medium
Creates a medium border.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
4.0 and later |
- thick
Creates a thick border.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
4.0 and later |
- thin
Creates a thin border.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
4.0 and later |
Example:
<P STYLE="border-left-width: thin; border-left-style: solid">
Thin left border
<P STYLE="border-left-width: medium; border-left-style: solid">
Medium left border
<P STYLE="border-left-width: thick; border-left-style: solid">
Thick left border
How It Looks:
Thin left border
Medium left border
Thick left border
| Index
| Current Category: Borders |
| Previous Style: border-left-style
| Next Style: border-right
|
|