當我在#my-navbar中設置位置:相對位置時,白框會出現在導航欄的頂部,但是當我將位置設置爲絕對時,它不會出現。我需要擺脫那個白色框架,而使用position:relative。我的代碼:白框出現在我的導航欄頂部
#my-navbar{
background:url(images/bgfix.jpg) no-repeat;
height: 700px;
background-size: cover;
background-position: center;
position: relative;
z-index: -1;
}
捂臉不記得我在我的身上增加了一個40像素填充,謝謝。 – Pablo