在 Firefox 中,表格边距不会折叠
I made this fiddle to demonstrate the problem. Table margins don't collapse in Firefox, whereas they do in Chrome and IE.
Firefox
Chrome and IE
Is there any workaround for this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Firefox 不会使用
table's
来折叠垂直边距
,因为 http://www. Fiveminuteargument.com/margin-collapse-tables在表中写入
display:block
如下:检查此示例 http://jsfiddle.net/fhhWd/2/
Firefox is not
collapsing vertical margin
withtable's
because http://www.fiveminuteargument.com/margin-collapse-tablesWrite
display:block
in table like this:Check this example http://jsfiddle.net/fhhWd/2/