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.
我有一个 jquery 项目,我通过将元素的位置设置为绝对来拖动元素,然后听鼠标运动来移动元素。这完美地工作。但是后来我试图将元素拖到另一个元素上,当鼠标进入时,另一个元素没有给我鼠标进入事件。如果鼠标位置没有与绝对定位的元素重叠,我会收到鼠标输入事件,但是当我在鼠标下有绝对定位的元素时,我不会收到事件。我正在尝试使用列表进行各种拖放操作,也许稍后我会检查 jquery ui,但我希望能够做一些简单的事情。
设置元素的 z-index css 属性。
检查这个:http ://www.w3schools.com/cssref/pr_pos_z-index.asp