如何隐藏可编辑内容的可调整大小的边框?

时间:2019-01-09 08:42:24

标签: html css kendo-ui internet-explorer-11

注意:我知道这个问题:How to disable elements selection and resizing in contenteditable div?。这个问题稍有不同。

我目前正在使用Kendo UI Editor。当我使用IE 11时,内容的边框会像这样:

Here's the sample image

如何隐藏边框?我尝试将 border:none; 放在我的CSS上。 我什至搜索了此问题,但它一直将我重定向到其他编辑器。

以下是示例代码:(尝试使用IE 11来查看问题) https://dojo.telerik.com/AJOXeGAb

this is my IE version

1 个答案:

答案 0 :(得分:0)

也许可行:

border: 0px;