我在Kellum方法中发现了一个奇怪的错误:
基本上在 webkit 中,如果您按 CTRL+F 并搜索Hello
文本会返回到视图中(按几次输入以循环浏览它),这在使用它进行图像替换等时会出现问题。如果可能的话,如何解决这个问题,同时保留使用“Kellum”方法?
<div class="replace">
Hello
</div>
div.replace{background:#FF0000; height:40px; width:40px; text-indent:100%; white-space:nowrap; overflow:hidden;}