Open main menu

CDOT Wiki β

Changes

CSS GUIDE BORDER-BOTTOM-COLOR

594 bytes added, 18:15, 13 December 2006
See Also
== Summary ==
This property is used to set the color of a given elements bottom border.<br />*Inherited: No*Percentages: N/A *Media: visual
== Syntax ==
Values can be entered in 3 ways:
<table border="0" border-color="#FFFFFF">
<tr>
<th>Method</th><th>Range</th><th>Example</th>
</tr>
</table>
 
transparent - The border is transparent.
See [[#Usage Examples | usage examples]] section for more details.
== Usage Examples ==
<pre>table{border-bottom-color: #ff3366;}</pre>
<pre>table{border-bottom-color: rgb(255,0,0);}</pre>
== Notes ==
When using the transparent keyword as a value the border is transparent though it may still have width.
== Specification Conformance ==
[http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color CSS 2.1]
== Browser Compatibility ==
== See Also ==
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-BOTTOM-STYLE border-bottom-style]
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-BOTTOM-WIDTH border-bottom-width]
1
edit