部分显示在底部的背景图象空的空间

时间:2013-12-24 13:03:14

标签: css background-image parallax

我试图解决这个CSS问题,但无法修复它。如何使截面的高度与背景的高度完全相同?

Here is the issue I'm facing

1 个答案:

答案 0 :(得分:0)

在css中必须更改min-heightbackground-size

<强> CSS

body    /*navbar-fixed-top.css:1*/
{
    min-height: 1450px;
    padding-top: 70px;
}
main section.page1   /*style.css:65*/
{
   background-image: url('../img/section-1-bg.jpg');
   background-repeat: no-repeat;
   background-size: 100% 100%;
}