Open main menu

CDOT Wiki β

Changes

CSS GUIDE BORDER STYLE

559 bytes added, 14:59, 11 December 2006
See Also
== 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