Difference between revisions of "CSS GUIDE BORDER RIGHT"
(→Syntax) |
(→Legal Values) |
||
Line 7: | Line 7: | ||
== Legal Values == | == Legal Values == | ||
− | border-width - thin | thick | + | border-width - thin | thick<br /> |
− | border-style - dotted | + | border-style - dotted<br /> |
− | border-color - #000000 - #FFFFFF | + | border-color - #000000 - #FFFFFF<br /> |
== Mozilla Recommended Values == | == Mozilla Recommended Values == |
Revision as of 03:42, 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: border-width border-style border-color;}
Legal Values
border-width - thin | thick
border-style - dotted
border-color - #000000 - #FFFFFF