使 div 粘在屏幕顶部并在到达页脚之前停止
我试图在用户开始向下滚动页面后将 div 粘在标题上。 我找到了例子 如何让 div 滚动到屏幕顶部后粘在屏幕顶部?
我使用了有 24 票的代码。 现场演示。
问题: 1.我想让div在到达页脚之前停止。我不想在页脚上显示它。 2.我不知道为什么这适用于jquery 1.3.2但不适用于1.5.2或更高版本。
当然任何其他jquery代码/插件或ideea都会很棒!
I'm trying to make a div stick to the header once the user has started scrolling down the page .
I found the example
How can I make a div stick to the top of the screen once it's been scrolled to?
I used the code that has 24 votes . Live demo.
PROBLEMS :
1. I want to make the div stop before hitting the footer. i don't want to show it over the footer .
2. I don't know why this works with jquery 1.3.2 but not with 1.5.2 or a later version .
ofcourse any other jquery code / plugin or ideea would be great!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
小提琴: http://fiddle.jshell.net/3ATzd/2/show/
只是认为它不喜欢#scroller 上的边距顶部。我还删除了对滚动锚点元素的需要,因此您可以删除它。
fiddle: http://fiddle.jshell.net/3ATzd/2/show/
Only think is it doesn't like the margin-top on #scroller. I also removed the need for the scroller-anchor element, so you can remove this.