The forum operates in read-only mode. Please head to StackOverflow for support.
<style> /* fix for field width in IE8 */ td.cke_contents fieldset {width:100%;} </style>
.cke_editor{display:inline-table;width:100%;}
.cke_editor{display:table;width:100%;}
Re: Problems with CKEditor 3.1 and IE8
Re: Problems with CKEditor 3.1 and IE8
I have fixed the width issue by adding the following to my style sheet
<style> /* fix for field width in IE8 */ td.cke_contents fieldset {width:100%;} </style>Regards
Michael
Re: Problems with CKEditor 3.1 and IE8
change this line from skins - editor.css
.cke_editor{display:inline-table;width:100%;}for this
.cke_editor{display:table;width:100%;}Regards
Alysson