亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

內容下方的導航欄

內容下方的導航欄

慕蓋茨4494581 2023-09-25 16:12:44
當我向下滾動時,正文中的圖像顯示在導航欄上方。然而,正文中的文本不受影響。所以我的問題是如何阻止這種情況發生。另一件事是如何使橙色&ldquo;樣本女王&rdquo;標題顯示在導航欄下方,因為它現在隱藏在導航欄下方。我希望內容從導航欄下方開始<link rel="stylesheet" ><link rel="stylesheet" type="text/css" href="main.css"><html><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><script>? ? /* When the user scrolls down, hide the navbar. When the user scrolls up, show the navbar */var prevScrollpos = window.pageYOffset;window.onscroll = function() {? var currentScrollPos = window.pageYOffset;? if (prevScrollpos > currentScrollPos) {? ? document.getElementById("navbar").style.top = "0";? } else {? ? document.getElementById("navbar").style.top = "-190px";? }? prevScrollpos = currentScrollPos;}</script><body style="font-family:Century Gothic;"><div id="navbar"? style="background-color:#f1f1f1;padding:15px;text-align: center;">? ? <img src="/Index Files/insta.png" id="border" alt="sample Queen" style="width:100px;height:100px;">? ? <img src="/Index Files/sample.png" id="border" alt="sample Queen" style="width:100px;height:100px;">? ? <img src="/Index Files/asample.png" id="border" alt="sample Queen" style="width:100px;height:100px;">? ? <img src="/Index Files/amazon.jpg" id="border" alt="sample Queen" style="width:100px;height:100px;">? ? <img src="/Index Files/sample.jpg" id="border" alt="sample Queen" style="width:100px;height:100px;">? ? <img src="/Index Files/sampleos.jpg" id="border" alt="sample Queen" style="width:100px;height:100px;"></div>? ??<h1><font color="orange">sample Queen</font></h1><h2>sample Queen is a small soap businets </h2></head>
查看完整描述

1 回答

?
30秒到達戰場

TA貢獻1828條經驗 獲得超6個贊

請將以下行添加到您的 CSS 中。


#navbar{

z-index: 1000;

}

body{

padding-top: 200px;

}

您可以根據導航欄的高度控制 padding-top 值。


查看完整回答
反對 回復 2023-09-25
  • 1 回答
  • 0 關注
  • 91 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號