Changes

Jump to: navigation, search

CSS GUIDE BORDER-BOTTOM-STYLE

632 bytes added, 18:17, 13 December 2006
See Also
== Summary ==
This property allows you to set the style of an element's bottom border.
*Initial: none
*Applies to: all elements
*Inherited: no
*Percentages: N/A
*Media: visual
 
== Syntax ==
<pre>TARGET_ELEMENT{border-bottom-style: value;}</pre>
== Usage Examples ==
<pre>table{border-bottom-style: none;}</pre><br />
<pre>table{border-bottom-style: dashed;}</pre><br />
<pre>table{border-bottom-style: solid;}</pre>
== Notes ==
== Specification Conformance ==
[http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-style CSS 2.1]
== Browser Compatibility ==
See [[#Notes|Notes]]
== See Also ==
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-BOTTOM-WIDTH border-bottom-width]
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-BOTTOM-COLOR border-bottom-color]
*[http://zenit.senecac.on.ca/wiki/index.php/CSS_GUIDE_BORDER-TOP-STYLE border-top-style]
1
edit

Navigation menu