如何去掉表格顶部的边距?
编辑:我在这里发布了一些代码,但无法重现它。所以这里是问题的链接:
http://stackmobile.quickmediasolutions.com/questions .php?site=stackoverflow
无论我做什么,表格和 DIV 之间仍然存在间隙。 Linux 上的 Google Chrome 5.0.375.70 beta 会出现这种情况。 (它似乎也发生在其他基于 Webkit 的浏览器上。)
我怎样才能摆脱这个空间?
Edit: I had some code posted here but I couldn't get it to reproduce. So here is the link to the problem:
http://stackmobile.quickmediasolutions.com/questions.php?site=stackoverflow
No matter what I do, there is still a gap between the table and the DIV. This occurs on Google Chrome 5.0.375.70 beta on Linux. (And it seems to occur on other Webkit-based browsers too.)
How can I get rid of the space?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
div 和表格之间可能有空格字符。如果是,请尝试删除它。
尝试给出
并检查 4px 是否已减小。
There might be a space character between the div and the table. If yes then try removing that.
Try giving
and check whether the 4px has been reduced or not.
尝试使用以下 CSS:-
Try using the following CSS:-
也尝试将 div 边距归零:
这是我使用的完整页面,它似乎对我有用:
Try zeroing the div margin too:
This is the full page I used, it seemed to work for me:
我终于修好了!
我需要添加的
是
I finally fixed it!
All I needed to add was
to