如何使用CSS获得100%的内容宽度?
我想要获得流畅的布局,但在设计布局时遇到了一些问题。
我想到的是一种布局,其中页面的内容部分始终填充整个浏览器的宽度。在内容的左侧,我有两个宽度可能不同的菜单。
您可以在此处找到所需布局的快速草图: 布局
I want to get a fluid layout and have encountered some issues with how I designed my layout.
What I have in mind is a layout where the content section of the page always fills the entire browser in width. To the left of the content I've got two menus that may vary in width.
A quick sketch of the desired layout can be found here:
Layout
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我强烈建议实施 Matthew James Taylor 的 终极多列液体布局。
I strongly recommend implementing one of Matthew James Taylor's Ultimate multi-column liquid layouts.
宽度始终为 100% 或“最大”,除非您另有指定。有没有一个可行的例子可以显示您所描述的困难?
Width is always 100% or 'max' unless you specify differently. Is there a working example that shows your hardships that you are describing?