
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Outlines |
| Previous Style: outline-style
| Next Style: overflow
|
outline-width
Sets the width of an outline.
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Possible Values:
- medium
Creates a medium outline.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- thick
Creates a thick outline.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- thin
Creates a thin outline.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- [width]
Sets a specific width for the outline.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Example:
<STYLE TYPE="text/css">
<!--
.ActiveField {outline-width: thin"}
-->
</STYLE>
| Index
| Current Category: Outlines |
| Previous Style: outline-style
| Next Style: overflow
|
|