漂亮的圆角,没有使用图片
从故纸堆里面翻出来的,原出处不祥。
相当的漂亮实现,使用VML实现的
代码:
<html xmlns:v>
<head><style>V\:*{behavior:url(#default#VML);}</style>
</head>
<body>
<V:RoundRect style="position:relative;width:200px;height:100px">
<V:Shadow on="T" type="single" color="#b3b3b3" offset="5px,5px"/>
<V:textbox style="font-size:9pt">漂亮的圆角!</V:textbox>
</V:RoundRect>
</body>
</html>
效果:
VML 资源:
W3C的文件:http://www.w3.org/TR/NOTE-VML
VML教程 (Thinking in VML) by 美洲豹 :http://www.itlearner.com/code/vml/index.html