Empty div hover event not firing in IE

后端 未结 13 1135
灰色年华
灰色年华 2020-12-08 08:52

I have a div with a child div inside it. I\'m using jQuery to show / hide the child div whenever a mouse hovers over the parent div (parent div spans the entire bottom of th

13条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 09:05

    If you want to preserve your DIV this worked for me: background-color: rgba(0,0,0,0.001);

提交回复
热议问题