views:

98

answers:

1

I am usuing CKEditor (version 3.0.2) in a site that I built. I have used it before in other sites and never had any issues. In the current site any of the buttons that would have opened a JavaScript Popup will not work. Thinks like Bold, Source, Save all work fine. But thinks like Add Image, Link, Anchor, Table, Smiley, Special Characters, Paste From Word, and About CKEditor dont work. Any ideas as to why?

EDIT: This is happening on multiple computers and browsers. I have tried it on 4 computers ( 2- XP, 2- Win 7) and I have tried it on Chrome, Firefox, and several version of IE.

EDIT: Error Console: When the page loads the Error Console gives a Warning: Unknown Property 'mso-spacerun' and the same thing shows for 'border-radius' and 'text-overflow'. I also get a "Error in parsing value for 'filter'" in the editor.css. Those are all Warnings. There are no actual errors.

+1  A: 

The reason was a conflict with prototype. See the comments for the rest :)

Pekka