精品久久亚洲_69pao在线成人免费视频_黄色三级网络_亚洲国产精品激情在线观看

您的位置:首頁 >> 資源中心 >> 軟硬件教學 >> 瀏覽文章

div滾動條拖動到一定位置后導航底色改變的代碼

時間:2017-03-09 | 欄目:軟硬件教學 | 來源:不詳 | 編輯:蝌索窩www.yeewaa.com | 點擊:2305 【點擊復制鏈接】

<script src="jquery.js" type="text/javascript" charset="gb2312"></script>
<script type="text/javascript">
$(window).scroll( function(){
    var height=$("#yc").offset().top-$(window).scrollTop(); 
    if(height<"50"){
         $(".guding").css("display","none");  
    }else{
        $(".guding").css("display","block");
    }
});
</script>

<div class="guding" style="position:fixed; background:red;height:50px;z-index:10; top:0;width:100%;">A:這個DIV是固定的</div>
<div style="position:relative; margin-top:200px; background:rgb(245,245,245);height:1000px; width:100%;" id="yc">B:滾動到這里的時候隱藏</div>

  • 軟硬件教學
  • 資源收集
  • 生活百科