if i set the bg to transparent, in Firefox it works fine, but in ie its just white.
i tried some things but nothing worked out, i think there's some field thats no color but ie shows it white..
somebody knows this?
i tried some things but nothing worked out, i think there's some field thats no color but ie shows it white..
somebody knows this?

RE: transparency problem IE
http://homepage.ntlworld.com/bobosola/
RE: transparency problem IE
so why should it matter?
RE: transparency problem IE
RE: transparency problem SOLVED
in fckeditor.html:
<body style="background-color: transparent;filter:alpha(opacity=100);">
in fck_editorarea.css:
add to body {
filter:alpha(opacity=100);
}
that should work in both FF and IE.
you should say thats double, i know, but hey, they always have to make things complicated.. bastards.
RE: transparency problem SOLVED
RE: transparency problem IE
that does the same in ff:)