将按钮粘在浏览器边缘
我希望创建一种情况,其中一些导航按钮粘在浏览器窗口的边缘,我假设有一些 css 和 javascript,自从我进行任何编码以来已经很长时间了,我想知道是否有人可以指出我正确的方向。
I am looking to create a situation where some nav buttons are sticky to the edge of the browser windows, I am assuming some css and javascript, it has been a long time since I did any coding and I am wondering if someone could point me in the right direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将按钮设置为绝对位置或静态位置,具体取决于您是否希望它们随页面滚动。
如果您希望它们位于另一个 div 中,则父 div 需要将其位置设置为相对位置。
Make the buttons position absolute or static depending on if you want them to scroll with the page or not.
If you want them inside another div than that parent div needs to have it's position set relative.