圖片在滾動時位于標題上,但它應該像其他導航一樣在“下方” 。

圖片:
.nav3{
float:right;
height:820px;
margin:2px; }
.waterfall {
position: relative;
left:-20%; bottom: 100%; }
<nav class="nav3">
<img class="waterfall" src="../Szablony 3/wodospad.jpg">
</nav>
粘性元素:
<header id="header1">
#header1 {
height: 50px;
width: 100%;
background-color:black;
position:sticky ;
top: 0;
uj5u.com熱心網友回復:
將導航欄上的 z-index 設定為較高的值。
#header1 {
height: 50px;
width: 100%;
background-color:black;
position:sticky ;
top: 0;
z-index: 1000;
}
uj5u.com熱心網友回復:
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
#header1 { 高度:50px; 寬度:100%;背景顏色:黑色;位置:-webkit-sticky;位置:粘性;頂部:0;邊框:2px 實心#4CAF50;} .nav3{ 浮動:對;邊距:2px;位置:相對;z-索引:-1 }
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/468582.html
