gpt4 book ai didi

css - 需要 FB 评论框滚动*在*我的位置 :fixed global navigation bar

转载 作者:行者123 更新时间:2023-11-28 14:31:14 25 4
gpt4 key购买 nike

我在网页顶部有一个position:fixed 全局导航栏。

目前,当我向下滚动时,FB 评论框会越过导航栏。

我希望 FB 评论框在我向下滚动时通过导航栏下方

HTML

<div id="header">
<ul id="main-nav">
<li><a href="home.html"> Home</a></li>
<li><a href="two.html"> 2 </a></li>
<li><a href="three.html">3 </a></li>
<li><a href="four.html"> 4 </a></li>
<li><a href="five.html"> 5 </a></li>
<li><a href="six.html"> 6 </a></li>
<li><a href="seven.html">7 </a></li>
<li><a href="eight.html">8 </a></li>
<li><a href="nine.html"> 9 </a></li>
</ul>
</div>

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://www.example.com/" num_posts="2" width="500" colorscheme="light" style="a"></fb:comments>`

CSS

div#header { width: 100%; border-top:0;  background:url(../images/tab.gif); padding-bottom:0em; **position:fixed;** }

ul#main-nav {font-family: Arial, Helvetica, sans-serif;margin:0;padding:0;float:left;width:100%; font-size:1.1em; font-weight:normal;}

西蒙

最佳答案

插入style="z-index:1;"

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://www.example.com/" num_posts="2" width="500" colorscheme="light" **style="z-index:1;"**></fb:comments>

将 z-index=2 插入#header

关于css - 需要 FB 评论框滚动*在*我的位置 :fixed global navigation bar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7336158/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com