summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/css/position.tag
blob: d7f95cdb3afef54ad157102ff2edfdecc882b5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE tags>
<tags>
  <tag name="position" type="property">
     <attr name="value" type="list">
       <items>
         <item>static</item>
         <item>relative</item>
		 <item>absolute</item>
		 <item>fixed</item>
	     <item>inherit</item>
       </items>
     </attr>
  </tag>
</tags>