Div 始终位于顶部

发布于 2024-10-14 16:56:30 字数 122 浏览 8 评论 0原文

我想要一个始终可见的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里梦着梦中梦 2024-10-21 16:56:30

是的,

删除浮动并添加:

#sidebar{ position:absolute; right:5px;}

如果你以%指定侧边栏的宽度,我猜它不会移动你的其余内容,

但如果你发布你的代码,它总是更容易,你可以发布你的CSS吗?

yes,

remove float and add:

#sidebar{ position:absolute; right:5px;}

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??

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文