vml
VML 图形不经任何处理只有在 ie5 版本下才能生效。
js动态添加图形无需 style 命名空间。但是静态的图形 就必须要添加 style.
<STYLE>
v\:* { Behavior: url(#default#VML) } /* 命名空间“v” */
</STYLE>
- js例子
<script type="text/javascript">
<!-- 添加背景蓝色 方框 -->
document.write('<v:shape id="RECT" CoordOrig="10,0" CoordSize="100,100" style="width:100px;height:100px; background:#06C" />');
document.getElementById("RECT").οnclick=function(){alert(this.id)}
</script>
- 静态例子
文章最后发布于: 2017-04-20 14:30:26
相关阅读
VMLite Workstation的安装使用教程 (免费的VMLite更好
上次为网友们介绍了Windows 7 的XP模式(XP Mode)。可是XP Mode虽好,但是使用的软硬件要求比较高,让好大一部分用户无法使用,很是郁闷。