尝试在的右侧边栏中制作一个粘性横幅,但不知道如何在页脚上的红线前几个像素定义它的停止点。有人能帮帮忙吗。脚本:
$(function(){ // document ready
if (!!$('#sticky').length) { // make sure "#sticky" element exists
var el = $('#sticky');
var stickyTop = $('#sticky').offset().top -100;
$(window).scroll(function(){ //