CSS背景图片 - 太短了

时间:2015-02-17 18:17:21

标签: html css

我无法弄清楚为什么第一页中的背景图像最终会短于第二页中的背景图像。我只是通过缩短内容来减少#showcase div的高度。

 body {
    background:url(../../../_images/bg_body.jpg) no-repeat center top #000;
    color:#716255;
    font-size:14px;
    font-family: Georgia;
 }

 #showcase{
    background:url(../../../_images/bg_showcase.png) no-repeat;
    width:970px;
    margin:7px -13px 0 -13px;
    padding:12px 26px 54px 30px;
    position:relative;
 }

1 个答案:

答案 0 :(得分:3)

这是罪魁祸首:

#container {
    margin: -256px 0 0 0;
}