border-right-style CSS Property
border-right-style property can set different styles to border right side such as, thick, thin, hidden, groove, outset, inset, dotted, dashed, etc.
Definition Of border-right-style property:
The border-right-style CSS property is use to set the style of element’s right border of HTML elements.
What border-right-style property can do?
This border-right-style property is useful as it set the different styles to right edge of borders, this property is suitable for almost all kinds of available and most used browsers but inherit property is not supported by internet explorer versions.
How to use CSS border-right-style property?
Syntax:
1
border-right-style: styl
Example:
1
border-right-style:dashed;
How to use CSS border-right-style property in Javascript?
You can set value of border-right-style property with Javascript in following manner:
1
object.style.borderRightStyle="groove"
Related posts
- column-span
- fit
- box-orient
- font-size
- box-direction
- alignment-baseline
- text-wrap
- ruby-align
- voice-pitch-range
- padding-bottom
Tags: border-right-style, border-right-style property, css border right style

No Response
Post your response