我甚至不确定从哪里开始。在(某些版本)ff 3.6(也许是其他版本)我的浮动页面中,不呈现。完全:如果您从另一个选项卡切换,旧页面将继续显示。如果你重新加载,它会在另一页上绘制/ some / elements(真的!)。如果你滚动,你会得到一页荒谬的毛刺和5到30px的高重复。
以下是违规页面: http://artdispenser.com/quarterrat/index2.php
它被设置为一个长列,具有交替的浮动,以创建朋克摇滚类型的外观。该页面是随机生成的,因此可以随意重新加载几次。
似乎在其他浏览器上运行良好。有没有人见过这样的东西?任何想法从哪里开始?我认为这个页面是如此疯狂的一堆失败,任何知道发生了什么的人都会立即知道这个问题。
答案 0 :(得分:3)
对于初学者,您在页面上多次使用相同的ID。这是糟糕的,非常糟糕的HTML。然而,这不是问题。
其次,FF does have issues rendering monospace fonts。在您的情况下,Courier
。将其更改为Courier New
,它将再次有效。但是,您必须相应地调整字体大小。
我强烈建议使用网络安全字体。可以在http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html或http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html上找到这些字体的示例列表。
正如@David Dorward所说,验证页面。这可能也会引起你的字体渲染问题。
答案 1 :(得分:1)
最后这部分看起来并不令人鼓舞:
</body>
</html>kes to move the world.You unlock this door with the key of imagination. Beyond it is another dimension: a dimension of sound, a dimension of sight, a dimension of mind. You're moving into a land of both shadow and substance, of things and ideas; you've just crossed over into the Twilight Zone.
</div>-->
</div>
</div>
</body>
</html>
即使您关闭了html
标记,也永远无法打开标记。两次。