【发布时间】:2011-04-30 23:43:03
【问题描述】:
我需要制作一个如下所示的布局:
[250px - fixed div] [fluid div, must expand depending on the width of the body and the 2 divs next/before it] [250px - fixed div]
这可能吗? 所有 3 个 div 的容器也是流动的(100% 宽度)。 所有这些 div 都包含背景图像(左 + 右 + 重复中心图像)并且应该留在后面。
【问题讨论】:
-
当然有可能,谷歌搜索“css 3 column layouts”或不同的关键字,已经有很多例子了!
标签: css html width css-position