定位更多固定元素时出现问题

发布于 2024-11-10 07:09:50 字数 177 浏览 2 评论 0原文

我正在尝试正确定位更多固定元素此处,但似乎我不太了解如何组合左、右、上、下、宽度、高度以在我想要的位置显示元素。

您能看一下它并告诉我我做错了什么吗?

谢谢

I'm trying to position correctly more fixed elements here but it seems that I don't understand enough how to combine left, right, top, bottom, width, height to display the element where I want.

Could you please look at it and tell me what I'm doing wrong?

thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

感情洁癖 2024-11-17 07:09:50

您应该为左侧 id 声明 top,因为它与标题重叠,这就是为什么您看不到左侧 div。

top: 40px;

http://jsfiddle.net/Chumillas/7RnsJ/11/

更多信息:
http://www.w3schools.com/css/css_positioning.asp

You should declare top for the left id because its overlapping the header one, this is why you cant see the left div.

top: 40px;

http://jsfiddle.net/Chumillas/7RnsJ/11/

More info:
http://www.w3schools.com/css/css_positioning.asp

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