Div 始终位于顶部
我想要一个始终可见的 div 在我的页面右侧。 我称之为“#sidebar”。它就漂浮在我的页面正文上。 问题是当页面未最大化或在某些小监视器中浮动的 div 移动主页(#container)时。有什么想法可以解决这个问题吗?谢谢
i want a always visible div on the right of my page.
I called it "#sidebar". Its floated right on the body of my page.
The problem is when the page is not maximized or in some little monitors the floated div moves the main page (#container). any ideas to solve that? thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,
删除浮动并添加:
如果你以%指定侧边栏的宽度,我猜它不会移动你的其余内容,
但如果你发布你的代码,它总是更容易,你可以发布你的CSS吗?
yes,
remove float and add:
and if you specify the width of sidebar in % it won't move the rest of your content, i guess,
but it's allways easier if you post your code, can you post you CSS??