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

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

指定なし


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

staticを指定


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

relativeを指定


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

absoluteを指定


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

fixedを指定


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

inheritを指定


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