css绘制圆角表格

来源:互联网 发布:网络棋牌赌博怎么判刑 编辑:程序博客网 时间:2024/04/30 21:12
<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;">bvcbcbcvbcvbcv</v:TextBox> 
        </v:RoundRect>   
</body> 
</html>    
原创粉丝点击