gpt4 book ai didi

html - 如何在网页中使用 VML?

转载 作者:太空宇宙 更新时间:2023-11-04 15:38:21 28 4
gpt4 key购买 nike

我想在 IE 中使用 VML 绘制形状。我想出了以下代码,但它在 IE8 中没有显示任何内容。

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style>v\: * { behavior:url(#default#VML); display:inline-block }</style>
<xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" />
</head>

<body>
<xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v"/>
<object id="VMLRender" codebase="vgx.dll" classid="CLSID:10072CEC-8CC1-11D1-986E-00A0C955B42E">
</object>

<v:rect style="width: 1in; height: 1in; left: 0.5in; top: 6in; rotation:0deg" fillcolor="#ffff00" strokecolor="#ff0000"/>
</body>
</html>

最佳答案

VML 在 IE8 中发生了变化:Changes in VML for IE8

关于html - 如何在网页中使用 VML?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6491068/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com