<?xml version="1.0" encoding="UTF-8"?><property><name>background-position</name><description><![CDATA[Background image position.]]></description><keywords><![CDATA[css property background-position background position]]></keywords><longDescription><![CDATA[<p>
If a background image has been specified, this property specifies its initial position.
If only one value is specified, the second value is assumed to be <code>center</code>.
If at least one value is not a keyword, then the first value represents the horizontal position 
and the second represents the vertical position.
</p>
]]></longDescription><syntaxes><syntax><![CDATA[background-position: <position> [ , <position> ]*;]]></syntax></syntaxes><values><value><name><![CDATA[<position>]]></name><description><![CDATA[<p class="syntax"><code>top | bottom</code></p>
                        <p class="syntax"><code>[ &lt;percentage&gt; | &lt;length&gt; | left | center | right ] [ &lt;percentage&gt; | &lt;length&gt; | top | center | bottom ]?</code></p>
                        <p class="syntax"><code>[ center | [ left | right ] [ &lt;percentage&gt; | &lt;length&gt; ]? ] && [ center | [ top | bottom ] [ &lt;percentage&gt; | &lt;length&gt; ]? ]</code></p>
                        <p>Negative <code>&lt;percentage&gt;</code> and <code>&lt;length&gt;</code> values are allowed.</p>]]></description><values><value><name><![CDATA[top]]></name><description><![CDATA[Equivalent to <code>0%</code> for the vertical position if one or two values are given, otherwise specifies the top edge as the origin for the next offset.]]></description></value><value><name><![CDATA[right]]></name><description><![CDATA[Equivalent to <code>100%</code> for the horizontal position if one or two values are given, otherwise specifies the right edge as the origin for the next offset.]]></description></value><value><name><![CDATA[bottom]]></name><description><![CDATA[Equivalent to <code>100%</code> for the vertical position if one or two values are given, otherwise specifies the bottom edge as the origin for the next offset.]]></description></value><value><name><![CDATA[left]]></name><description><![CDATA[Equivalent to <code>0%</code> for the horizontal position if one or two values are given, otherwise specifies the left edge as the origin for the next offset.]]></description></value><value><name><![CDATA[center]]></name><description><![CDATA[Equivalent to <code>50%</code> (<code>left 50%</code>) for the horizontal position if the horizontal position is not otherwise specified, or <code>50%</code> (<code>top 50%</code>) for the vertical position if it is.]]></description></value><value><name><![CDATA[<percentage>]]></name><description><![CDATA[A percentage for the horizontal offset is relative to (width of background positioning area - width of background image). A percentage for the vertical offset is relative to (height of background positioning area - height of background image), where the size of the image is the size given by <code>background-size</code>.]]></description></value><value><name><![CDATA[<length>]]></name><description><![CDATA[A length value gives a fixed length as the offset. For example, with a value pair of <code>2cm 1cm</code>, the upper left corner of the image is placed 2cm to the right and 1cm below the upper left corner of the background positioning area.]]></description></value></values></value></values><versions><version key="doc1"><![CDATA[http://www.w3.org/TR/CSS1/#background-position]]></version><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/colors.html#propdef-background-position]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/colors.html#propdef-background-position]]></version><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-background/#background-position]]></version></versions></property>