(1) i'm trying to create my own skin for FCKEditor. Everything goes ok except for dropdown labels ("Style", "Font", "Format" and "Size"). These labels background differs from the toolbar background; and even more, I can't find that color hex code in CSS declarations! I've tried to change "background" attribute for "SC_FieldCaption" class in fck_contextmenu.css, and that doesn't work.
Question is how to make labels transparent?
(2) Can I assign custom action to the "save" button? I don't want to submit a form, but to pass the editor value to a DIV on a page.
Question is how to make labels transparent?
(2) Can I assign custom action to the "save" button? I don't want to submit a form, but to pass the editor value to a DIV on a page.