I just downloaded and installed the latest CKEditor. Everything is great in Firefox, but in IE 7,8 and Chrome, just the plain TEXTAREA shows up.
I saw one thing online that said the name of the textarea couldn't have an underscore, so I changed that. But same thing.
I read something else about CSS optimization in IE, but I don't really understand what that is or what setting(s) to change.
Any help would be greatly appreciated.
I saw one thing online that said the name of the textarea couldn't have an underscore, so I changed that. But same thing.
I read something else about CSS optimization in IE, but I don't really understand what that is or what setting(s) to change.
Any help would be greatly appreciated.

Re: editor works in Firefox, but not in IE 7-8 or Chrome
CKEditor demo
Re: editor works in Firefox, but not in IE 7-8 or Chrome
It's my comments.php
<textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea>
Where can I find the javascript code?
I'm using wordpress 3.0.1 plugin version 1.0.3
Thank you