有没有更简单的方法来防止元素滚动到页面顶部?
将内容标记更正为 position:relative< /code>,该元素不会停留在其位置。相反,它会滚动到图像上方。我希望页面滚动,而不是元素滚动。这可能吗?
After I corrected my content tag to position:relative
, that element won't stay at its position. Instead, it scrolls above the image. I want the page to scroll, not the element. Is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为重做布局可以消除使用
position:fixed
的问题:D请参阅此处:http://jsfiddle.net/SAfLK/
html
css
I think redoing the layout would remove the issue with using
position:fixed
:DSee here: http://jsfiddle.net/SAfLK/
html
css