<?xml version="1.0" encoding="UTF-8"?><property><name>z-index</name><description><![CDATA[The stack level.]]></description><keywords><![CDATA[css property z-index z index]]></keywords><longDescription><![CDATA[<p>For a positioned box, the <code>z-index</code> property specifies:</p>
<ol>
    <li>The stack level of the box in the current stacking context.</li>
    <li>Whether the box establishes a stacking context.</li>
</ol>]]></longDescription><syntaxes><syntax><![CDATA[z-index: auto | <integer>;]]></syntax></syntaxes><defaultValue><![CDATA[auto]]></defaultValue><values><value><name><![CDATA[auto]]></name><description><![CDATA[<p>The stack level of the generated box in the current stacking context is <code>0</code>. The box does not establish a new stacking context unless it is the root element.</p>]]></description></value><value><name><![CDATA[<integer>]]></name><description><![CDATA[<p>This integer is the stack level of the generated box in the current stacking context. The box also establishes a new stacking context.</p>]]></description></value></values><versions><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/visuren.html#z-index]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/visuren.html#z-index]]></version><version key="doc3"><![CDATA[1]]></version></versions></property>