用CSS实现圆角表格

时间:2015/10/30 14:59:00来源:互联网 作者:flyso 点击: 968 次

<html xmlns:v>
<head>
<style>
v\:*{behavior:url(#default#VML)}
</style></head>
<body>
<v:RoundRect style="position:relative;width:150;height:240px;" strokecolor="#ff0000" arcsize=0.01 strokeweight="1px" fillcolor="#ffff00">
<v:shadow on="T" type="single" color="#e5e5e5" offset="3px,3px"/>
<v:TextBox style="font-size:9pt;">CSS圆角表格
</v:textbox>
</v:RoundRect> 
</body>
</html>

Copyright © 2005 - 2016 flyso.cn. 飞搜 版权所有 鄂ICP备11002783号-3