It's not possible to set body-width in
fck_editorarea.css on IE. Firefox doesn't have any
problems.
body
{
background-color: #ffffff;
padding: 5px 5px 5px 5px;
margin: 0px;
/*--doesnt work on IE*/
width: 400px;
}
problem exists since version 2.3. in any older versions
it still works.
any ideas?
thanks!
fck_editorarea.css on IE. Firefox doesn't have any
problems.
body
{
background-color: #ffffff;
padding: 5px 5px 5px 5px;
margin: 0px;
/*--doesnt work on IE*/
width: 400px;
}
problem exists since version 2.3. in any older versions
it still works.
any ideas?
thanks!
RE: fck_editorarea.css: body-width on IE
I run atleast 30 sites with a body width specified.
I already looked into the source, but can't find this bug.
Maybe someone else?
RE: fck_editorarea.css: body-width on IE
you have to change doctype of fckeditor:
insert the following line into fckconfig.js:
FCKConfig.DocType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ;