Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个div,当我向左浮动时,它完全消失了,为什么?
看这里
这是原始 CSS 代码(在 wordpress 平台上):
} .archive #primary, .search #primary, .blog #primary { max-width: 900px; margin: 0; padding: 0;
div 加载,然后在我添加时消失:float:left;
float:left;
我试图让侧边栏位于右侧,而内容位于左侧,这就是我添加此代码的原因。
这应该可以,您可以根据自己的规格进行调整。
#primary { width: 900px; } #secondary { position: relative; }