固定-流体-固定布局
我正在尝试在 CSS 中创建一个三列布局,仅包含固定的左右列和一个流动的中央列。我在网上搜索过,但当我实现它时没有任何效果。我不知道这是否特别相关,但我的中心专栏是(或包含,我已经尝试过)一个 iframe。这似乎导致了并发症的发生。
I'm trying to create a three column layout in CSS only with fixed left and right columns and a fluid central column. I have searched online but nothing has worked when I implement it. I don't know whether this is particularly relevant but my central column is (or contains, I've tried both) an iframe. This seems to be contributing to the complication.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试过使用 960 网格吗?
否则,网络上有很多使用固定和流动网格布局的示例:
http://matthewjamestaylor.com/blog/perfect-3-column.htm
http://www.dynamicdrive.com/样式/布局/项目/css-liquid-layout-31-fixed-fluid-fixed/
这就是您要找的。
顺便说一句:请提供一些你的代码,或者做一个 jsfiddle !
Have you tried using an 960 grid ?
Otherwise there are many examples for using fixed and fluid grid layouts in the web:
http://matthewjamestaylor.com/blog/perfect-3-column.htm
http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-31-fixed-fluid-fixed/
This is the one you are looking for.
Btw: Please provide some of your code, or do a jsfiddle about it !