我需要有关在svg中使用foreignObject标记的帮助。 我有以下代码,我试图让它在IE11中工作。
<svg>
<switch>
<foreignObject x="43" y="184" width="220px" height="26px"
requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
<body xmlns="http://www.w3.org/1999/xhtml">
<input id="lpnz_dup" class="diagTextArea" style=" width:216px;" placeholder=" eg: trust"/>
</body>
</foreignObject>
</switch>
</svg>
以下是小提琴http://jsfiddle.net/pratik24/2FLru/1/的链接。适用于chrome和firefox。在IE11中不起作用,还没有检查它是否适用于IE10,9。
我搜索了一个解决方案,但没有成功。有没有人遇到同样的问题并知道解决方法