div 在 Firefox 中推出表格列的底部
因此,我正在为我正在构建的新网站设计布局。一切在 Chrome 中看起来都很好,但由于某种原因,在 Firefox 中,我的 div 被推低了大约 600px 并与其他表行重叠,就好像它们不受父级约束一样。有关示例,请查看 thebrewtracker.com
谢谢!
So I am working on a layout for a new website that I am building. Everything looks fine in chrome but for some reason in firefox my divs are pushed down about 600px and overlap other table rows as if they are not bound by their parent. For an example, check out thebrewtracker.com
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从brew.css中删除它(第3行)
顺便说一句,在现代Web开发中使用表格进行布局是一个大禁忌!
Remove this from brew.css (line3)
On a side note using tables for layout is a BIG No No in modern web development!