mouseover not working due to over div

五迷三道 提交于 2019-12-11 18:46:20

问题


In this fiddle , I have on the visibility of the user-halo div , due to this my avatar image mouseover is not working please advise how i can start the mouseover of avatar image . Thanks


回答1:


If you update the hover div to bind to $("#user-halo-1") rather than $("#user-avatar-image-1") it starts reacting again. Is that what you want? Otherwise you'll need to play around with the z-indexes or explain more about what you want and how you want it to look.

http://jsfiddle.net/yK85J/2/



来源:https://stackoverflow.com/questions/4476842/mouseover-not-working-due-to-over-div

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!