Changes

Jump to: navigation, search

CSS GUIDE BORDER-RIGHT-WIDTH

1,054 bytes added, 18:44, 13 December 2006
no edit summary
== 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 ==
<pre>TARGET_ELEMENT{border-right-width: value;}</pre>
== 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 ==
<pre>table{border-right-width: medium;}</pre>

<pre>table{border-right-width: 0.5px;}</pre>

<pre>table{border-right-width: thin;}</pre>

== Notes ==

== Specification Conformance ==
[http://www.w3.org/TR/CSS21/box.html#propdef-border-right-width CSS 2.1]

== Browser Compatibility ==

== 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-COLOR border-right-color]
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-left-WIDTH border-left-width]
1
edit

Navigation menu