Windows 更新后,在 Internet Explorer 中查看时无法选择或编辑 TinyMCE 中的元素
这是正在使用的代码:
<textarea name="fullT" style="width:1040px; min-height:350px;">
<div cstyle="position:absolute; right:0; resize:none; min-height:250px; text-align:left; float:right; width: 265px; margin: 0; padding:0 0 0 20px;">
<h2>Side column</h2>
<p>When it has a width and/or min-height, and floats is not editable.</p>
</div>
<div style="min-height:250px; text-align:left; float: left; padding:0; width:705px; margin:0; border:0; position:absolute; left:0; resize:none;">
<h1>IE issue</h1>
<p>Not editable when it has a width and/or min-height</p>
</div>
</textarea>