宽度:自动采用第一个元素的宽度
有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否使用位置:相对;在所有相应的 div 上?
Are you using position: relative; on all the corresponding divs?