【问题标题】:How to hide resizeable border of editable content?如何隐藏可编辑内容的可调整大小边框?
【发布时间】:2019-01-09 08:42:24
【问题描述】:

注意:我知道这个问题: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

【问题讨论】:

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


【解决方案1】:

也许这行得通:

border: 0px;

【讨论】:

    猜你喜欢
    • 2019-01-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-03-17
    • 1970-01-01
    • 1970-01-01
    • 2015-02-16
    相关资源
    最近更新 更多