I have a calendar/table that when you hover over each day we have a small popup that is absolutely position below each cell.
To make this work I have added a <div style="relative" /> inside each cell. Works fine in FF although when you hover over it in IE the z-index is being ignored.

I have tried all of the hacks I can think of to get it to work in IE 7 + 8.
No need for all the individual
z-indexeson the.wrapperdiv’s inside thetdelements (they can all be set to1I believe), and set these properties:Using firebug and IE’s developer tools, it appeared to me that it was working in Firefox and IE7 and 8.