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

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

指定なし


<v:curve from="0,0" control1="0,100;" control2="100,100;" to="200,0" style="" />

staticを指定


<v:curve from="0,0" control1="0,100;" control2="100,100;" to="200,0" style=" position:static;" />

relativeを指定


<v:curve from="0,0" control1="0,100;" control2="100,100;" to="200,0" style=" position:relative;" />

absoluteを指定


<v:curve from="0,0" control1="0,100;" control2="100,100;" to="200,0" style=" position:absolute;" />

fixedを指定


<v:curve from="0,0" control1="0,100;" control2="100,100;" to="200,0" style=" position:fixed;" />

inheritを指定


<v:curve from="0,0" control1="0,100;" control2="100,100;" to="200,0" style=" position:inherit;" />
Copyright © 1999-2006 Hikijishi All Rights Reserved.
[] [vector][0.00166893005371094]