HTML and CSS Reference
In-Depth Information
Name
outline-style
Values:
none | dotted | dashed | solid | double | groove | ridge | inset | outset
Initial value:
none
Applies to:
All elements
Inherited:
No
Computed value:
Same as declared value
Description:
Defines the style for the overall border of an element. The style must be something other than
none for any outline to appear.
Examples:
*[href]:focus {outline-style: dashed;}
form:focus {outline-style: outset;}
Search WWH ::




Custom Search