我在IE6中测试了我的网站,并且由于一些奇怪的原因,ie6复制了我的一个标签内的内容,并将其贴在窗口的底部,如图所示。
我尝试添加溢出:隐藏,定义高度和宽度到P标签没有运气,有没有人看到过这样的错误?
答案 0 :(得分:2)
IE6中存在重复的字符错误,似乎符合您的描述。 检查这两个地方: http://www.impressivewebs.com/ie6-ghost-text-bug-with-multiple-solutions/ 和 http://www.virtuosimedia.com/dev/css/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs#duplicate-characters-bug (在第二个,查找标题'重复字符错误')
<!-- comments seem to break IE6! -->
答案 1 :(得分:1)
这就是“IE6重复字符错误”。
请参阅: http://www.positioniseverything.net/explorer/dup-characters.html
简单<!-- comments -->
让IE6疯狂。