shapetype要素のCSSのposition属性のサンプル

shapetype要素のCSSのposition属性のサンプル

指定なし




<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style="" />
<v:shape type="#onbu" style="width:100; height:100;" />
<v:shape type="#onbu" style="width:200; height:100;" />

staticを指定




<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style=" position:static;" />
<v:shape type="#onbu" style="width:100; height:100;" />
<v:shape type="#onbu" style="width:200; height:100;" />

relativeを指定




<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style=" position:relative;" />
<v:shape type="#onbu" style="width:100; height:100;" />
<v:shape type="#onbu" style="width:200; height:100;" />

absoluteを指定




<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style=" position:absolute;" />
<v:shape type="#onbu" style="width:100; height:100;" />
<v:shape type="#onbu" style="width:200; height:100;" />

fixedを指定




<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style=" position:fixed;" />
<v:shape type="#onbu" style="width:100; height:100;" />
<v:shape type="#onbu" style="width:200; height:100;" />

inheritを指定




<v:shapetype id="onbu" path="m 0,0 l 1000,500, 0,500 x e" style=" position:inherit;" />
<v:shape type="#onbu" style="width:100; height:100;" />
<v:shape type="#onbu" style="width:200; height:100;" />
Copyright © 1999-2006 Hikijishi All Rights Reserved.
[] [vector][0.00277900695800781]