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.
我正在尝试在板上使用 .toggle 方法(jquery)。我已经设置了一个JsFiddle。这是问题所在:当我单击 div #forum1 时,div #forum3 位于右侧。我宁愿这个 div 到底部...
有人对此有想法吗?
这不是您对 float 属性的期望吗?使其更长会导致可用空间正确放置下一个 div,从而将其移到那里。
您可以通过将它们都放在页面宽度一半的垂直 div 中来获得您想要的结果。第一个将包含奇数,第二个将包含偶数。