您的位置:寻梦网首页编程乐园DHTML网页制作完全手册

RoundRect Element

Internet Development Index

Predefined round rectangle shape.

RoundRect uses the ArcSize attribute.

Remarks

The following is the minimum code needed to produce a round rect.

   <v:roundrect
   fillcolor="green"
   style="position:relative;top:1;left:1;width:50;height:50">
   </v:roundrect>