同位素在 Firefox 4 中不显示项目

发布于 2024-12-13 07:35:50 字数 353 浏览 2 评论 0原文

我一直在使用同位素建立一个可过滤的出版物库,据我所知,它在除 Firefox 之外的所有浏览器中都运行良好。

我在这里设置了一个jsfiddle(显然在firefox中查看它不起作用!): http://jsfiddle.net/bellamystudio/wfz5N/

firebug 中没有任何内容表明存在错误,同位素网站(isotope.metafizzy.co)上的同位素似乎对火狐浏览器工作得很好,所以我想弄清楚我做了什么 错误的!任何人都可以看到我的代码有问题吗?

一如既往地感谢任何帮助!

I've been using isotope to set up a filterable library of publications and it's working fine in all browsers except firefox as far as I can see.

I've set up a jsfiddle here (obviously view in firefox to see it not working!):
http://jsfiddle.net/bellamystudio/wfz5N/

There's nothing in firebug to indicate there's an error, and isotope seems to work fine for firefox on the isotope website (isotope.metafizzy.co), so I'm trying to figure out what I've done wrong! Can anyone see a problem with my code?

Any help much appreciated as always!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃→可爱长大的 2024-12-20 07:35:51

这是一个浮动问题,添加

#library { clear: both; }

就成功了。请参阅http://jsfiddle.net/desandro/wfz5N/1/

It was a floating issue adding

#library { clear: both; }

did the trick. See http://jsfiddle.net/desandro/wfz5N/1/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文