标签: javascript javascript-events
在内容中按Enter键可编辑iframe在ie11中插入双倍间距。在其他浏览器中工作正常,有人知道如何修复它吗?
frames["editiframe"].document.designMode="on";
<iframe height="500" width="500" name='editiframe'></iframe>
http://jsfiddle.net/rv4VT/
(设计模式设置为“on”的简单iframe)
谢谢!