底部魔术边距

发布于 2024-10-23 20:13:28 字数 189 浏览 2 评论 0原文

谁能告诉我图片的边距/填充来自哪里? 它的底部多了 4px,我似乎找不到它来自哪里...... 不管我把它放在哪个 div 中,它总是在那里......

http://vaneverbroeck.be /迪迪埃/#!/

can anyone please tell me where the margin/padding in for the pictures come from?
it has on the bottom 4px extra and I can't seem to find where it is from ...
doesn't matter in what div I put it, it is always there...

http://vaneverbroeck.be/didier/#!/

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

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

发布评论

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

评论(3

芸娘子的小脾气 2024-10-30 20:13:28

如果您尝试将 float:left 添加到图像中,底部边距应该会消失。

If you try adding float:left to your images, the bottom margin should disappear.

筑梦 2024-10-30 20:13:28

它们都使用 css 中的 absolute 属性进行定位。这就是图像之间没有边距或填充的原因。

在我看来,这是由页面上的 javascript 处理的。您应该查看处理马赛克的脚本/插件,并检查是否有选项可以更改它。

They are all positioned using absolute attributes in your css. That's why there is nomargin or padding between the images.

This is, on my mind, handle by the javascript on the page. You should take a look on the script/plugin that handle your mosaic and check there is there is an option to change that.

污味仙女 2024-10-30 20:13:28

您的#content的内联样式高度为578px

<div id="content" style="position: relative; height: 578px; " class="masoned">

如果您调整高度,您将能够实现您想要的效果。

Your #content has an inline-style height of 578px:

<div id="content" style="position: relative; height: 578px; " class="masoned">

If you adjust the height, you will be able to achieve what you want.

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