Dear All,
I had set my config as below
config.contentsCss = 'mycss.css';
It works in IE, but fail in Firefox!
What is the problem?
Thank you!
I had set my config as below
config.contentsCss = 'mycss.css';
It works in IE, but fail in Firefox!
What is the problem?
Thank you!

Re: config.contentsCss not work in Firefox?
I'm using :
Having the same issue
Re: config.contentsCss not work in Firefox?
myEditor = CKEDITOR.replace("myTextArea",{ contentsCss : "myCssFile.css" });This is how I handle it and it works fine for me in IE and Firefox.
Re: config.contentsCss not work in Firefox?
CKEDITOR.replace(textarea_id, { contentsCss : window.CKEDITOR_BASEPATH + '/wysiwyg/contents.css' });But it's not working for Firefox
Re: config.contentsCss not work in Firefox?
There is a work-arround to solve this using a .htaccess :
However, i'm still need to find out why this is caused. any suggestions ?
Re: config.contentsCss not work in Firefox?
https://developer.mozilla.org/en/incorr ... _css_files