jQuery网页右侧广告跟随滚动代码分享

前端之家收集整理的这篇文章主要介绍了jQuery网页右侧广告跟随滚动代码分享前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

两种方法分享给大家,希望对大家的学习有所启发。

方法一:

top) { if (window.XMLHttpRequest) { element.css({ position: "fixed",top: "10px" }); } else { element.css({ top: scrolls }); } }else { element.css({ position: pos,top: top }); } }); }; return $(this).each(function() { position($(this)); }); };

//绑定
$("#float").smartFloat();
// ]]>

方法二:

offset.top) { $sidebar.stop().animate({ marginTop: $window.scrollTop() - offset.top + topPadding }); } else { $sidebar.stop().animate({ marginTop: 0 }); } }); });
博主推荐 广告代码

以上就是jQuery网页右侧广告跟随滚动,仿wordpress右侧广告跟随滚动,希望对大家的学习有所帮助。

原文链接:https://www.f2er.com/jquery/52206.html

猜你在找的jQuery相关文章