HTML and CSS Reference
In-Depth Information
Name
border-right-style
Values:
none | hidden | 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 right border of an element. The value must be something other than
none for any border to appear.
Examples:
img {border-right-style: dotted;}
h3 {border-right-style: inset;}
Search WWH ::




Custom Search