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.
我需要一个跨度为 3 的 div 网格,我可以做到。我不知道该怎么做的部分是,当您单击其中一个 div 时,一个 div 会在该行下方向下滑动并显示详细信息。向下滑动的 div 绝对定位到左侧的 div,因此它是 100% 宽度,位于所有 3 个 div 之下。它绝对位于每一行之下。
那有意义吗?我应该使用 Masonry 和其他东西吗?
寻找有关如何做到这一点的示例或想法。
谢谢!
您不必将 div 与position: absolute. 我做了一个例子的jsFiddle:
position: absolute
http://jsfiddle.net/H9va6/3/
你是这个意思吗?