仅在一个方向固定位置
因此,本质上,我希望有一个固定在页面底部的项目,但是当视图水平滚动时,它也应该水平滚动。
我可以用 JavaScript 找到一种方法来做到这一点,但是有没有 CSS 方法可以做到这一点?我不介意到处添加一些额外的 DIV。
So, essentially, I'd like to have an item that is fixed to the the bottom of the page, but when the view scrolls horizontally, it should horizontally scroll too.
I can hack out a means of doing this with JavaScript, but is there any CSS way to do it? I don't mind a few extra DIVs here and there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CSS 部分:
jQuery 部分:
CSS part:
jQuery part:
实际上 jQuery 部分一定是这样的:
然后像上面一样......
Really the jQuery part must be like:
then like above...