Open main menu

CDOT Wiki β

Changes

CSS GUIDE BORDER RIGHT

557 bytes added, 04:50, 12 December 2006
Specification Conformance
== Legal Values ==
* border-width - thin | thick<br />* border-style - dotted<br />* border-color - #000000 - #FFFFFF<br />
== Mozilla Recommended Values ==
== Usage Examples ==
<pre>table {border-right: thick #FFFFFF;}
sets the right border-width to be thick and the border-color to be white.</pre>
 
<pre>table {border-right: thin dotted #000000;}
sets the right border-width to be thin, border-style is set to dotted and the border-color
is set to black.</pre>
== Notes ==
== Specification Conformance ==
[http://www.w3.org/TR/CSS1#border-right CSS 1]<br />
[http://www.w3.org/TR/CSS21/box.html#propdef-border-right CSS 2.1]<br />
[http://www.w3.org/TR/2002/WD-css3-box-20021024/#the-border-width CSS 3]
== Browser Compatibility ==
== See Also ==
border-left<br />
border-top<br />
border-bottom
1
edit