Home > Article > Backend Development > 直接网上下了个4.2的ckeditor,ie6无法工作
ckeditor HTML IE6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//N" E"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title></title><meta http-equiv="Content-type" content="text/html;charset=utf-8"><script src="../ckeditor.js" type="text/javascript"></script></head><body> <form> <textarea class="ckeditor" cols="80" id="editor1" name="editor1" rows="10"> 今天天气不错 </textarea> </form></body></html>
4.2 出来了吗? 官网最新的是 4.1.2 啊。
无法工作是指什么,详细描述一下你遇到的问题。
刚去官网上下的最新版本,看着demo后做成这样了,查了一下说以后都不支持IE6了,
悲催。
能不能看到图片,我这边只看到一个小框框。