border-right

Support Key: [CSS1|CSS2] [IE4B2|N6|O3.5]
Other Border Properties
border
border-top
border-bottom
border-left
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
[See individual properties]
Applicable Elements:
ALL
Inherit From Parent:
No
Applicable Media:
Visual
HTML Equivalent:
<img BORDER> | <table BORDER>
What is it?
This is a shorthand property which allows an author to specify the border-width, border-style, and border-color for the right border of an element. If no color is specified, the value will be taken from the 'color' property.

Allowed Values
inherit
[CSS2] [N6]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
[border-width]
[CSS1|CSS2] [IE4B2 |N6|O3.5]
Type: [border-width]
Description:
Uses a [border-width] value to render the right border of an element.
[border-style]
[CSS1|CSS2] [IE4B2 |N6|O3.5]
Type: [border-style]
Description:
Uses a [border-style] value to render the right border of an element.
[border-color]
[CSS1|CSS2] [IE4B2 |N6|O3.5]
Type: [border-color]
Description:
Uses a [border-color] value to render the right border of an element.
Syntax
Selector { border-right: [border-width] [border-style] [border-color] }
Example
Ext/Doc: div.out { border-right: 10px outset #ffffff }
In-Line:  <div STYLE="border-right: 10px outset #ffffff">this is a beautiful test</div>
Browser Peculiarities

Boring Copyright Stuff....