0

TinyMCE 出现的间距远大于应有的间距。

这是我遇到的一个新问题,我已经将 TinyMCE 放在了很多站点中,但从未遇到过这个问题:

问题图片

我曾尝试将 TinyMCE 负载更改为各种负载,甚至直接从他们网站上的 TinyMCE 示例中复制,它做同样的事情。还删除了我的 CSS 表单样式,但没有任何运气。它只是 IE8/9 中的一个问题,但在 Firefox 或 Chrome 中没有。

我的标题如下:

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- GET CSS -->
<link href="http://resources.domain.co.nz/styles/reset.css" rel="stylesheet" type="text/css" media="all" /> 
<link href="http://resources.domain.co.nz/styles/administration.css" rel="stylesheet" type="text/css" media="all" /> 
<link href="http://resources.domain.co.nz/styles/webfont.css" rel="stylesheet" type="text/css" media="all" /> 
<!--Get SCRIPTS -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.js"></script>
<script type="text/javascript" src="http://resources.domain.co.nz/scripts/slimScroll.min.js"></script>
<script type="text/javascript" src="http://resources.domain.co.nz/scripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
        // General options
        mode : "textareas",
        theme : "advanced",
        plugins : "pagebreak,style,iespell,inlinepopups,insertdatetime,searchreplace,print,contextmenu,paste,directionality,visualchars,nonbreaking",

        // Theme options
        theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,sub,sup,|,cut,copy,paste,pastetext,pasteword,|,print",
        theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,insertdate,inserttime,|,search,replace,iespell",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "left",
        theme_advanced_statusbar_location : "bottom",
        theme_advanced_resizing : false,
});
</script>

非常感谢任何和所有帮助。

4

0 回答 0