css style(table)

来源:互联网 发布:windows linux shell 编辑:程序博客网 时间:2024/04/30 08:31

<html xmlns:v>
<style>
     v/:* {behavior: url(#default#VML);}
</style>
<body>
<v:RoundRect style="position:relative;width:160;height:120px">
<v:shadow on="T" type="single" color="#b3b3b3" offset="5px,5px"/>
<v:textbox style="font-size:12px">
Hello
</v:textbox>
</v:RoundRect>
</body>