Changes

Jump to: navigation, search

CSS GUIDE BORDER STYLE

580 bytes added, 14:59, 11 December 2006
See Also
== Summary ==
The border-style property sets the style of an element's border. This property must be specified for the border to be visible. Between one and four keywords are specified. If four values are given, they apply to top, right, bottom, and left border style, respectively. If one value is given, it applies to all sides. If two or three values are given, the missing values are taken from the opposite side.
 
'''Inherited: No'''
== Syntax ==
== Usage Examples ==
border-style: dotted}
all four borders will be dotted
<pre>p{border-style: dotted}</pre>All four borders will be dotted.<pre>p{border-style: dotted dashed}</pre>top Top and bottom border will be dotted, left an right border will be dashed .  <pre>p{border-style: dotted dashed solid}</pre>top Top border will be dotted, left and right border will be dashed, bottom border will be solid. <pre>p{border-style: dotted dashed solid double}</pre>top Top border will be dotted, right border will be dashed, bottom border will be solid, left border will be double.
== Notes ==
== Specification Conformance ==
CSS1 Conformance: Browsers are allowed to treat values of dotted, dashed, groove, ridge, inset, outset and double as the value solid.
== Browser Compatibility ==
 
Browser Compatibility: IE 4+ / NN 4+
== See Also ==
 
[http://zenit.senecac.on.ca/wiki/index.php?title=CSS_GUIDE_BORDER_STYLE&action=edit&section=9 Border Style Cascade Style Sheets Properties]
<br>
[http://www.w3schools.com/css/pr_border-style.asp CSS Border-style property]
<br>
[http://www.zvon.org/xxl/css1Reference/Output/property_border-style.html Borderstyle CSS1 Reference]
1
edit

Navigation menu