What changed in firefox 3.6 to make <ul>'s render differently?

落花浮王杯 提交于 2019-12-03 16:49:54

It looks to me like several classes, or a complete stylesheet, are not being applied. Can you check using Firebug whether your styles actually apply? Maybe the problem is that a stylesheet is not loading in FF3.6/Chrome for whatever reason.

For everything else, I think you need to show more code, or provide a direct link.

Firefox 3.6 includes a new version of the Gecko rendering engine.

I ran into at least one issue with a slightly older version of MooTools when I tried the beta of FF 3.6, so I would check your page with and without the Jquery involved, as it's possible it's the javascript changes that are causing issues and not the HTML itself.

Basic layout rendering should not have changed that much, so it's more likely an obscure CSS change (such as interaction between unusual elements) or a javascript handling change.

Did you check to see if there were any CSS parsing warnings in the error console?

Interesting to note that FF 3.6 is stricter in how it interprets CSS (i.e., it was looking for that extra apostophe)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!