我正在使用tinyMCE編輯器插件。它將texareas轉換爲iframe,並在文本內容的頂部顯示一個工具欄。它工作完美。如何在tinyMCE工具欄上設置z-index?
有時在內容上方有一些視頻。所以當我點擊textarea時,會出現工具欄,但是內容上方的視頻播放器會隱藏它自身。
有什麼方法可以改變工具欄的z-index嗎? (優先) 或者我應該改變工具欄的位置?
這裏是我的代碼:
tinyMCE.init({
mode : "textareas",
editor_selector : "combo123",
theme : "advanced",
plugins : "save, paste, autoresize, asciimath, asciisvg",
theme_advanced_styles: "Foo=foo, Bar=bar",
content_css : "/css/tiny_mce.css"
});
刪除PHP標籤 – phpmeh 2012-02-08 13:35:01