请教熟悉VML的各位大侠~

CUCMe 2003-08-31 09:59:24
以下这段代码画一个数据库符号
<v:group ID="group1" style="position:relative;WIDTH:150px;HEIGHT:65px;" coordsize = "1500,650">
<v:oval style="position:relative;left:0;top:0;width:630;height:130;"/>
<v:line from="0,65" to="0,250" style="position:relative;"/>
<v:line from="630,65" to="630,250" style="position:relative;"/>
<v:arc filled=false style="position:relative;left:0;top:185;width:630;height:130" StartAngle="90" EndAngle="270" />
</v:group>
现在还想在数据库符号上写几个字,请教应该怎么写?
另外,哪位大侠有vml对象属性大全参考手册什么的麻烦给发一份,谢啦~
sin_cos_libear@sina.com
...全文
32 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
希默软件 2003-09-01
  • 打赏
  • 举报
回复
<?xml version="1.0" encoding="gb2312"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<title> ex827.2 </title>
<style>
v\:* {behavior: url(#default#VML);}
</style>
</head>
<body>
<v:group ID="group1" style="position:relative;WIDTH:150px;HEIGHT:65px;" coordsize = "1500,650">
<v:textbox style="position:relative;top:12;text-align:center;width:65;font-size:12;color:red;z-index:20">100%</v:textbox>
<v:oval style="position:relative;left:0;top:0;width:630;height:130;"/>
<v:line from="0,65" to="0,250" style="position:relative;"/>
<v:line from="630,65" to="630,250" style="position:relative;"/>
<v:arc filled=false style="position:relative;left:0;top:185;width:630;height:130" StartAngle="90" EndAngle="270" />
</v:group>

</body>
</html>
liuruhong 2003-09-01
  • 打赏
  • 举报
回复
v:textbox可以满足你的要求,你去参考参考msdn

至于教程,豹子的应该很不错,你去网络搜索一下就有了,叫什么 VML中文教程 来着

61,125

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧