-1
我是一個新手在HTML和my page,我有我的兩個部分是不連續的問題:部分不是連續
.privitanie{
position: absolute;
background: url("../images/pozadie.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
top: 0;
z-index: 0;
}
.uvod{
position: relative;
z-index: 0;
height: 100%;
}
<section class="privitanie" id="privitanie">...</section>
<section class="uvod" id="uvod">...</section>
margin-top:50%與菜單混亂但填充頂部:50%很好,謝謝 –