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,我使用 Prototypes 切换功能进行切换。这很好用。我遇到的问题是,当我切换 div 时,div 下方的元素在页面上移动。我希望他们留下来,我希望 div 与他们重叠。
我怎样才能做到这一点?
谢谢!
放在position:absolute;正在切换的 DIV 和position:relative所有 DIV 的容器上。
position:absolute;
position:relative