社区
JavaScript
帖子详情
请问怎样用VML得到一个圆角的TABLE?
royman
2002-12-18 05:10:56
请问怎样用VML得到一个圆角的TABLE?
...全文
45
8
打赏
收藏
请问怎样用VML得到一个圆角的TABLE?
请问怎样用VML得到一个圆角的TABLE?
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
8 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
linhaibo
2003-02-09
打赏
举报
回复
VML来做边筐,我觉得没有太大意义,
应该让 VML 去做HTML做不到的东西,比如说动态统计图表,在线地图等等..
nik_Amis
2003-02-09
打赏
举报
回复
up
airlulu
2003-02-09
打赏
举报
回复
圆角的图形还是圆角的TABLE?
blues-star
2002-12-18
打赏
举报
回复
我去掉了非VML的东西。
blues-star
2002-12-18
打赏
举报
回复
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=GB2312">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./Doc1.files/filelist.xml">
<link rel=Edit-Time-Data href="./Doc1.files/editdata.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Administrator</o:Author>
<o:LastAuthor>Administrator</o:LastAuthor>
<o:Revision>1</o:Revision>
<o:TotalTime>1</o:TotalTime>
<o:Created>2002-12-18T11:48:00Z</o:Created>
<o:LastSaved>2002-12-18T11:49:00Z</o:LastSaved>
<o:Pages>1</o:Pages>
<o:Company>ACETECH</o:Company>
<o:Lines>1</o:Lines>
<o:Paragraphs>1</o:Paragraphs>
<o:Version>9.2812</o:Version>
</o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:Compatibility>
<w:UseFELayout/>
</w:Compatibility>
</w:WordDocument>
</xml><![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:宋体;
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-alt:SimSun;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
{font-family:"\@宋体";
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:宋体;}
@page Section1
{size:595.3pt 841.9pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;
mso-header-margin:35.4pt;
mso-footer-margin:35.4pt;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![endif]-->
</head>
<body lang=ZH-CN style='tab-interval:36.0pt'>
<div class=Section1>
<p class=MsoNormal>
<v:roundrect id="_x0000_s1026" style='position:absolute;
margin-left:45pt;margin-top:36pt;width:135pt;height:126pt;z-index:1'
arcsize="10923f"/>
</p>
</div>
</body>
</html>
blues-star
2002-12-18
打赏
举报
回复
拿word画出来,然后另存为WEB页,保存完的就是VML的了。
gzh_seagull
2002-12-18
打赏
举报
回复
看看这个
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<style>
v\:* { behavior: url(#default#VML); }
</style>
</head>
<body>
<div>
<TABLE id=srcTb>
<TR>
<TD>aa</TD>
<TD>bb</TD>
</TR>
<TR>
<TD>cc</TD>
<TD>ccc</TD>
</TR>
<TR>
<TD>cc</TD>
<TD>ccc</TD>
</TR>
</TABLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
var tmp = "<v:roundrect filled=\"false\" style=\"position:absolute;top:"+srcTb.offsetTop+"px;left:"+srcTb.offsetLeft+"px;width:"+srcTb.clientWidth+"px;height:"+srcTb.clientHeight+"px\"></v:roundrect>";
document.write(tmp);
//-->
</SCRIPT>
</div>
</body>
</html>
harryyang
2002-12-18
打赏
举报
回复
這是圓角的圖形
<v:roundrect
fillcolor="green"
style="position:relative;top:1;left:1;width:50;height:50">
</v:roundrect>
vml
实现
圆角
表格
例如,绘制
一个
矩形,我们可能使用`<v:rect>`标签,并通过`fillcolor`、`strokecolor`等属性定义颜色,通过`stroked`和`filled`属性控制是否描边和填充。 对于
圆角
表格,我们首先创建
一个
普通的HTML表格,然后为每...
网页中制作精美
圆角
表格
- **步骤一**:首先使用图像处理软件(如Photoshop)创建
一个
带有
圆角
的矩形。接着,使用“矩形选框工具”选取矩形左上角的
圆角
部分,将其复制。 - **步骤二**:无需取消选区,直接新建
一个
空白图像,Photoshop会...
制作网页中Html+css小技巧收集
示例中的代码展示了如何使用
VML
创建
一个
带有
圆角
的矩形,并设置了填充色、边框色和边框宽度等属性。对于现代浏览器,推荐使用SVG(Scalable Vector Graphics)来实现更丰富的矢量图形功能。 ### 4. 处理IE的Float与...
40个轻量级JavaScript库
Sort
table
只需通过添加
一个
简单的 class 标识即可启用,而 Drag
table
同样简单,只需要
一个
class 标识即可实现表格列的拖拽功能。这两款库结合使用可以极大提升表格数据的交互性和可用性。 **DD_roundies** 和 **...
《程序天下:JavaScript实例自学手册》光盘源码
6.5 从
一个
下拉列表往另
一个
下拉列表添加内容 6.6 改变列表项的上下顺序 6.7 给下拉框数据分组 6.8 获取列表框的选择 6.9 类IE下拉框 6.10 下拉框式邮件发送 6.11 获取多选框的选择项 6.12 手动调整的列表框 6.13 ...
JavaScript
87,996
社区成员
224,693
社区内容
发帖
与我相关
我的任务
JavaScript
Web 开发 JavaScript
复制链接
扫一扫
分享
社区描述
Web 开发 JavaScript
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章