
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Borders |
| Previous Style: border-bottom-style
| Next Style: border-collapse
|
border-bottom-width
Specifies the bottom border width of the element's box.
Support:
-
See Also:
-
border-width,
border-left-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-bottom-width: thin; border-bottom-style: solid">
Thin bottom border
<P STYLE="border-bottom-width: medium; border-bottom-style: solid">
Medium bottom border
<P STYLE="border-bottom-width: thick; border-bottom-style: solid">
Thick bottom border
How It Looks:
Thin bottom border
Medium bottom border
Thick bottom border
| Index
| Current Category: Borders |
| Previous Style: border-bottom-style
| Next Style: border-collapse
|
|