1.preview在线预览时头部被挡住的解决方案
解决方案:
在产生实例的页面添加: <div id="edui_fixedlayer" style="position: fixed; left: 0px; top: 60px; width: 0px; height: 0px; z-index: 1005;" class="edui-default">
</div>
top:60px;为离顶部距离
百度富文本编辑器预览头部被挡住
原文:http://www.cnblogs.com/xwjBlog/p/6322335.html