CSS导圆角,不过这个代码没有怎么看懂,与一般的HTML是不同

来源:互联网 发布:带采集源码 编辑:程序博客网 时间:2024/04/27 14:02
 
CSS导圆角,不过这个代码没有怎么看懂,与一般的HTML是不同
<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>
 
原创粉丝点击