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.
我有一个 100% 宽度的 div,它可以很好地填充屏幕(水平),但是当我手动调整浏览器窗口的大小(水平)直到它达到我的固定宽度包装器(所以出现滚动条)然后向右滚动 100% width div 不再适合 100%。可能听起来比它更复杂。
此处示例:链接
将min-width页面正文的宽度设置为与固定宽度包装器相同的宽度,例如:
min-width
body { min-width: 900px; }
见这个例子:http: //jsfiddle.net/XLHqN/