宽度:自动采用第一个元素的宽度

发布于 2024-10-06 22:40:24 字数 150 浏览 2 评论 0原文

有一个 div,里面有一个小链接 div,宽度为 630 像素,里面还有一个更大的表格,宽度为 697(根据 Firebug 布局检查器)。

包含的 div 的宽度为:auto,布局检查器告诉我它的宽度为 630。为什么会发生这种情况?为什么它不选择两个值中较大的一个?

Have a div and there's a small link div inside that's 630 pixels wide and other little larger table inside that's 697 (According to the Firebug Layout inspector).

The containing div has width: auto and the layout inspector tells me that it's getting 630 for it's width. Why is this happening? Why isn't it picking the larger of the two values?

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

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

发布评论

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

评论(1

妳是的陽光 2024-10-13 22:40:24

您是否使用位置:相对;在所有相应的 div 上?

Are you using position: relative; on all the corresponding divs?

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