Difference between revisions of "CSS GUIDE BORDER RIGHT"
(→Syntax) |
|||
Line 4: | Line 4: | ||
*Inherited: No | *Inherited: No | ||
== Syntax == | == Syntax == | ||
− | + | <pre>TARGET_ELEMENT {border-right width style color;}</pre> | |
+ | |||
== Legal Values == | == Legal Values == | ||
Revision as of 03:40, 12 December 2006
Contents
Summary
This property is a shorthand property for setting the border-right-width, border-style and the border-color in a single declaration.
- Inherited: No
Syntax
TARGET_ELEMENT {border-right width style color;}