Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试将 jquery quick sand 包含在我的投资组合中。我认为在 Firefox 中,头部 ul 的高度总是好的。Chrome浏览器无法计算头部高度,流沙效果差。任何人都可以帮助我吗?
演示:http ://www.testowa.isterio.pl/test.html
我不确定你的问题是否正确。
如果您在容器内使用图像,则应使用
$(window).ready(function ()
代替
$(function() {
因为图像没有加载到 dom 中。
希望这可以帮助。