<?xml version="1.0" encoding="UTF-8"?><property><name>float-offset</name><description><![CDATA[This property pushes a float in opposite direction of the where it has been floated.]]></description><keywords><![CDATA[css property float-offset float offset]]></keywords><longDescription><![CDATA[<p>If one value is specified, it is the horizontal offset. If two values are specified, the first is the horizontal and the second is the vertical offset. If no vertical value has been specified, the vertical offset is set to zero.</p>
<p>Floats that are moved into other columns with this property intrudes.</p>]]></longDescription><syntaxes><syntax><![CDATA[float-offset: <length> <length>?;]]></syntax></syntaxes><defaultValue><![CDATA[0 0]]></defaultValue><values><value><name><![CDATA[<length>]]></name><description><![CDATA[<p>Negative values are allowed; a negative values will push the float in the same direction as it has been floated with <code>float</code></p>
                        <p>The float will never be pushed outside the content edges of the multicol element due to a setting on <code>float-offset</code>.</p>
                        <p>Percentage values refer to the width/height of the float plus a fraction of the column gap.</p>]]></description></value></values><versions><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-gcpm/#float-offset]]></version></versions></property>