<html xmlns:v>
    <head>
    <style>
         v\:* {behavior: url(#default#VML);}
    </style>
    </head>
    <body>
    <v:RoundRect style="position:relative;width:250;height:250px" strokeColor="blue">
    <v:shadow type="single" color="#b3b3b3" offset="5px,5px"/>
    <v:textbox style="font-size:12px;color:red">css实现真正的圆角表格</v:textbox>
    </v:RoundRect>
    </body>