vml制作的圆角表格

来源:互联网 发布:域名注册信息查询 编辑:程序博客网 时间:2024/05/16 17:21

<html xmlns:v>
<style>
v/:*{behavior:url(#default#VML)}
</style>
<body>
   <v:RoundRect style="position:relative;width:150;height:240px">
    <v:shadow on="T" type="single" color="#b3b3b3" offset="3px,3px"/>
    <v:TextBox style="font-size:10.2pt;">VML</v:TextBox>
    </v:RoundRect>
</body>
</html><font face=Verdana>

原创粉丝点击