如何在滚动时创建一个保持在顶部的栏?
我正在尝试创建一个在用户向下滚动时保持固定在顶部的 div,当他向上滚动时,它会返回到原始位置.
I'm trying to create a div that stays fixed on top when a user scrolls down and when he scrolls back up, goes back to the original position.
我需要 9gag 提供的完全相同的行为 -> http://9gag.com/gag/293756一个>
I need this exact same behaviour that 9gag offers -> http://9gag.com/gag/293756
谢谢!
推荐答案
使用 Jquery Waypoints 插件:http://imakewebthings.github.com/jquery-waypoints/
Use the Jquery Waypoints plugin: http://imakewebthings.github.com/jquery-waypoints/
非常容易实现.
相关文章