两列布局适用于此psd?

时间:2011-04-08 00:33:13

标签: html css xhtml css3

鉴于this page,布局的最佳方法是什么?

如何获得浮动img?仍然无法做到。

2 个答案:

答案 0 :(得分:1)

overflow:hidden div中删除#wrapper。然后将左侧设为-24px,将右侧设为-24px

那将为你做到。

.left-ribbon {
    left: -24px;
}

.right-ribbon {
    right: -24px;
}

答案 1 :(得分:1)

查看this网站。他们使用负余量 - 左。