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
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 !