Difference between revisions of "CSS GUIDE BORDER-RIGHT-WIDTH"

From CDOT Wiki
Jump to: navigation, search
 
(See Also)
 
Line 32: Line 32:
  
 
== See Also ==
 
== See Also ==
*[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-RIGHT-STYLE border-right-style]
*[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-RIGHT-COLOR border-right-color]
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-left-WIDTH border-left-width]
+
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-LEFT-WIDTH border-left-width]

Latest revision as of 18:47, 13 December 2006

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;}

Notes

Specification Conformance

CSS 2.1

Browser Compatibility

See Also