css绘制圆角表格

<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>

你可能感兴趣的:(html,css)