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 更新为绑定,$("#user-halo-1")而不是$("#user-avatar-image-1")再次开始反应。那是你要的吗?否则,您将需要使用 z-indexes 或解释更多关于您想要什么以及您希望它看起来如何。
$("#user-halo-1")
$("#user-avatar-image-1")
http://jsfiddle.net/yK85J/2/