從我的固定導航條滾動時,圖像是透明的。我試過用:
image{
z-index: -1;
position:relative;
position:absolute;
}
但是圖像仍然顯示在導航欄上
https://i.stack.imgur.com/3eird.png
試著在你的導航條上放一個背景。嘗試使用
.navbar{
position:fixed;
background-color:white;
}
從我的固定導航條滾動時,圖像是透明的。我試過用:
image{
z-index: -1;
position:relative;
position:absolute;
}
但是圖像仍然顯示在導航欄上
https://i.stack.imgur.com/3eird.png
試著在你的導航條上放一個背景。嘗試使用
.navbar{
position:fixed;
background-color:white;
}