div固定定位
这里是示例。
我想要的是使缩略图库不受顶部面板的影响。 我已经尝试过位置:绝对并固定在缩略图库容器 div 上,但它不起作用
Here is the example.
What I want is to make that thumbnails gallery remain unaffected by that top panel.
I've tried position:absolute and fixed on the thumbnail gallery container div and it doesn't work
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该做的是将
position:absolute
添加到顶部面板。What you should do is add
position: absolute
to the top panel.