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
It might be that the hasLayout flag of the element needs to be forced. This can be done by applying the CSS property zoom:1 to it.
zoom:1