这是 Internet Explorer 向我展示我的 CSS:
请参阅我选择的那一行,是的,CSS 中不存在。事实上,它特别是别的东西:
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
body
{
/* Font */
font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
font-size: 12px;
/* Text color */
color: #333;
/* Remove the background color to make it transparent */
background-color: transparent !important;
margin: 20px;
}
您会注意到我正在尝试使 CKEditor 10 的背景透明。您还会注意到 IE 似乎正在增加 $h1t。
有什么想法可以告诉 IE 停止这样做并使背景透明吗?
我也尝试删除背景样式,它忽略了这一点。我也清除了缓存,仍然没有快乐。正如您可能猜到的那样,Chrome 和其他优秀的浏览器可以正常工作。