roundrect要素のCSSのstrokecolor属性のサンプル

roundrect要素のCSSのstrokecolor属性のサンプル

指定なし


<v:roundrect arcsize="0.2" style="position:relative; width:200; height:100;" />

redを指定


<v:roundrect arcsize="0.2" style="position:relative; width:200; height:100;" strokecolor="red" />

#00ff00を指定


<v:roundrect arcsize="0.2" style="position:relative; width:200; height:100;" strokecolor="#00ff00" />

rgb(0,0,255)を指定


<v:roundrect arcsize="0.2" style="position:relative; width:200; height:100;" strokecolor="rgb(0,0,255)" />

transparentを指定


<v:roundrect arcsize="0.2" style="position:relative; width:200; height:100;" strokecolor="transparent" />
Copyright © 1999-2006 Hikijishi All Rights Reserved.
[] [vector][0.00301098823547363]