VML制作的圆脚表格
时间:2007-02-18 来源:PHP爱好者
代码
提示:您可以先修改部分代码再运行 <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|---VML制作的圆脚表格</title>
</head>
<body>
<html xmlns:v>
<style>
v:*{behavior:url(#default#VML)}
</style>
<v:RoundRect style="position:relative;width:150;
<v:shadow on="T" type="single" color="#b3b3b3" offset="3px,3px"/>
<v:TextBox style="font-size:10.2pt;">VML制作的圆脚表格</v:TextBox>
</v:RoundRect>
</body>
</html>
提示:您可以先修改部分代码再运行
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|---VML制作的圆脚表格</title>
</head>
<body>
<html xmlns:v>
<style>
v:*{behavior:url(#default#VML)}
</style>
<v:RoundRect style="position:relative;width:150;
<v:shadow on="T" type="single" color="#b3b3b3" offset="3px,3px"/>
<v:TextBox style="font-size:10.2pt;">VML制作的圆脚表格</v:TextBox>
</v:RoundRect>
</body>
</html>
提示:您可以先修改部分代码再运行
相关阅读 更多 +