使具有上边距的 div 忽略其上方的 div

发布于 2024-11-02 03:07:30 字数 111 浏览 1 评论 0原文

我有两个 div,一个在另一个上面,我希望底部的 div 忽略上面的那个。底部 div 具有顶部边距属性。忽略我的意思是我不希望顶部 div 在使用顶部边距时被计算在内(而是推动包含两个 div 的包装器。)

I have two divs, one above the other, i would like the bottom div to ignore the one above it. The bottom div has the top margin property. By ignore i mean i dont want the top div to be counted when it is using top margin (but rather to push against the wrapper which contains both divs.)

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

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

发布评论

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

评论(2

悸初 2024-11-09 03:07:30

只需对顶部 div 使用绝对定位即可。

Just use absolute positioning for the top div.

醉生梦死 2024-11-09 03:07:30

如果我理解正确的话,你可以将顶部 div 更改为position:absolute;这将从文档流中取出。

If I understand correctly you could change the top div to position:absolute; which will take if out of the flow of the document.

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