Group的使用很简单,但功能很强大。它能让一系列的VML对象使用共同的坐标系,它很常用的,基本上如果使用了超过一个VML对象的页面都使用Group。使用Group还有个好处,就是可以动态改变CoordSize值放大或缩小整个 Group 里面的VML。v:group ID="group1" style="position:relative;WIDTH:200px;HEIGHT:200px;" <font color="red">coordsize = "2000,2000"</font>><br><rect style="<FONT color=red>WIDTH:2000px;HEIGHT:2000px</FONT>" fillcolor="#99cccc"><br> <shadow on="t" type="single" color="silver" offset="5pt,5pt"><br></shadow></rect><br><oval style="position:relative;top:100;left:100;<FONT color=red>width:1000;height:1000;</FONT>z-index:7;" fillcolor="red" strokecolor="red"></oval><br><rect style="position:relative;top:500;left:300;<FONT color=red>width:1000;height:1000;</FONT>z-index:8;" fillcolor="blue" strokecolor="blue"></rect><br><line from="200,200" to="1000,1700" style="z-index:9" fillcolor="yellow" strokecolor="yellow" strokeweight="2pt/"><br><font color="red">v:group</font>><br></line>