ckeditor z-index on textarea resize

谁都会走 提交于 2019-12-12 01:45:45

问题


I am using ckeditor in a page with a 2 columns layout. The left column has a form with a ckeditor in it, and the right column has an image and some content.

It's possible to resize the ckeditor textarea by dragging the bottom right corner, but the ckeditor window goes "under" the image/content in the right column.

It's like the z-index of the ckeditor is inferior to the image/content in the other column, and I would like to change this behavior so the ckeditor goes "above" the image.

Is it possible?


回答1:


Did you try putting the CKEditor in a div which has z-index higher than the right column div(or whatever). I can think about this simplest solution right away without testing it.




回答2:


Old post but hopefully someone will find this helpfull. Add this to your config.js : config.baseFloatZIndex = 100001



来源:https://stackoverflow.com/questions/8523885/ckeditor-z-index-on-textarea-resize

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!