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在页面底部有一个固定的。
div
里面div是一个ul,可以将鼠标悬停在它上面以显示更多内容(类似于下拉列表而不是下拉列表)。
ul
我想要做的是在列表上方完全相同的位置为每个悬停元素显示悬停时的隐藏内容。
我还需要做的是扩展固定的父级div。它没有高度,因此随着内容的扩展而扩展,但是在按照上面我使用的定位内容时,position:absolute它会脱离父容器并且不会扩展它。
position:absolute
我确信使用点击方法会更容易,但它也需要在悬停时工作。