Difference between revisions of "CSS GUIDE BORDER-RIGHT-WIDTH"
(→See Also) |
|||
Line 32: | Line 32: | ||
== See Also == | == See Also == | ||
− | *[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER- | + | *[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-RIGHT-STYLE border-right-style] |
− | *[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER- | + | *[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-RIGHT-COLOR border-right-color] |
− | *[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER- | + | *[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-LEFT-WIDTH border-left-width] |
Latest revision as of 17:47, 13 December 2006
Contents
Summary
This property is used to set the width of an element's right border.
- Initial: medium
- Applies to: all elements
- Inherited: no
- Percentages: N/A
- Media: visual
Syntax
TARGET_ELEMENT{border-right-width: value;}
Legal Values
- thin - thin right border
- medium - medium right border
- thick - thick right border
- length - define the thickness of the right border
Mozilla Recommended Values
Usage Examples
table{border-right-width: medium;}
table{border-right-width: 0.5px;}
table{border-right-width: thin;}