如何补偿浏览器中的滚动条?
当滚动条出现并将包装器从中心移开时,有没有办法动态补偿?
Is there way to dynamically compensate for when the scroll bar appears and it shifts the wrapper over from center?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于对滚动条消失非常敏感的布局(例如居中元素),我倾向于在每个页面上强制使用滚动条:
这是我认为 Internet Explorer 默认情况下处理得更好的一件事:它总是为以下内容保留空间:滚动条,在同一站点上的页面之间切换时可以提供更流畅的体验。
What I tend to do with layouts that are very sensitive to the scroll bar disappearing (like centered elements) is enforce a scroll bar on every page:
this is the one thing that I think Internet Explorer handles better by default: It always reserves space for the scoll bar, allowing for a much smoother experience when switching between pages on the same site.