Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个容器 DIV。容器内部是三个元素。两个横幅 DIV(模拟页眉和页脚)和一个 TABLE。表非常宽。没有办法绕过水平滚动,我必须让横幅背景颜色扩展以匹配 DIV 的全长。如何让 DIV 将其宽度扩展到 TABLE 的整个宽度,为什么 TABLE 不影响其父 DIV 的宽度?
谢谢你。
见我的jsfiddle
删除width: 100%并添加display: inline-block到容器元素应该可以做到。http://jsfiddle.net/rqJQg/6/
width: 100%
display: inline-block