Empty div hover event not firing in IE

后端 未结 13 1168
灰色年华
灰色年华 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 08:59

    None of comments and filters stuff works for me. The div is never rendered, so no hover possible.

    Ultimate solution:

    .aDiv {
        background: transparent url(../images/transparent.gif) repeat;
    }
    

    With a one pixel transparent gif image. Sure it works !

提交回复
热议问题