Easy Tutorial
❮ Prop Frame Name Prop Month Autofocus ❯

Style borderRightWidth Property


Definition and Usage

The borderRightWidth property sets or returns the width of the right border of an element.

Syntax

Set the borderRightWidth property:

Return the borderRightWidth property:

Value Description
thin Defines a thin border.
medium Default. Defines a medium border.
thick Defines a thick border.
length Defines the border width using units like px, cm, etc.
inherit The right border width is inherited from the parent element.

Browser Support

All major browsers support the borderRightWidth property.

Note: IE7 and earlier versions do not support the "inherit" value. IE8 supports "inherit" only if !DOCTYPE is specified. IE9 supports "inherit".


Example

Change the width of the right border:


❮ Prop Frame Name Prop Month Autofocus ❯