<?xml version="1.0" encoding="UTF-8"?><property><name>border-style</name><description><![CDATA[The style of the border]]></description><keywords><![CDATA[css property border-style border style]]></keywords><longDescription><![CDATA[<p>This property is a shorthand for <a href="border-bottom-style">border-bottom-style</a>, <a href="border-left-style">border-left-style</a>, <a href="border-right-style">border-right-style</a> and <a href="border-top-style">border-top-style</a>. Its four values set the top, right, bottom and left border respectively. A missing left is the same as right, a missing bottom is the same as top, and a missing right is also the same as top.</p>
<p>Values have the following meanings:</p>
<dl>
    <dt>none</dt>
    <dd>No border. Color and width are ignored (i.e., the border has width 0, unless the border is an image, see <a href="background-image">background-image</a>.</dd>

    <dt>hidden</dt>
    <dd>Same as <code>none</code>, but has different behavior in the border conflict resolution rules for border-collapsed tables.</dd>

    <dt>dotted</dt>
    <dd>A series of round dots.</dd>

    <dt>dashed</dt>
    <dd>A series of square-ended dashes.</dd>

    <dt>solid</dt>
    <dd>A single line segment.</dd>

    <dt>double</dt>
    <dd>Two parallel solid lines with some space between them. (The thickness of the lines is not specified, but the sum of the lines and the space must equal <a href="border-width">border-width</a>.)</dd>

    <dt>groove</dt>
    <dd>Looks as if it were carved in the canvas. (This is typically achieved by creating a “shadow” from two colors that are slightly lighter and darker than the <a href="border-color">border-color</a>.)</dd>

    <dt>ridge</dt>
    <dd>Looks as if it were coming out of the canvas.</dd>

    <dt>inset</dt>
    <dd>Looks as if the content on the inside of the border is sunken into the canvas. Treated as <code>ridge</code> in border-collapsed tables.</dd>

    <dt>outset</dt>
    <dd>Looks as if the content on the inside of the border is coming out of the canvas. Treated as <code>groove</code> in border-collapsed tables.</dd>
</dl>

]]></longDescription><syntaxes></syntaxes><versions><version key="doc1"><![CDATA[http://www.w3.org/TR/CSS1/#border-style]]></version><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/box.html#propdef-border-style]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/box.html#propdef-border-style]]></version><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-background/#border-style]]></version></versions></property>