当在Asp.net Web表单中使用CSS重置时,RedActor编辑器停止工作

时间:2020-12-14 02:01:46

I am using RedActor Editor in my project, which is using Asp.net Web forms.

我的项目使用的是RedActor编辑器,它使用的是Asp.net Web表单。

In the master page I reset CSS wit a reset CSS file and its works fine.

在主页面,我重置CSS与重置CSS文件及其工作良好。

The problem is that the Editor buttons don't work. For example, bold, italic and other buttons don't work.

问题是编辑器按钮不起作用。例如,粗体、斜体和其他按钮不能工作。

When I remove the CSS reset file its works fine.

当我删除CSS重置文件,它的工作很好。

I need the CSS reset file for other parts of the site and can't remove it. Can anybody offer any help?

我需要CSS重置文件的其他部分的网站,不能删除它。谁能帮忙吗?

anyone how can i Solve it . I searched on google but I don't found any answer .

谁知道我怎么解出来。我搜索了谷歌,但是没有找到任何答案。

1 个解决方案

#1


0  

I had this problem in my project .

我在项目中遇到了这个问题。

If your button (bold,italic,delete,..) doesn't work ,you should delete following attribute in css.reset:

如果您的按钮(粗体、斜体、删除、..)不工作,您应该删除css.reset中的以下属性:

font:inherit;

and try now.

现在试一试。

#1


0  

I had this problem in my project .

我在项目中遇到了这个问题。

If your button (bold,italic,delete,..) doesn't work ,you should delete following attribute in css.reset:

如果您的按钮(粗体、斜体、删除、..)不工作,您应该删除css.reset中的以下属性:

font:inherit;

and try now.

现在试一试。