I know there's a lot of questions about ie7 z-index issues, I took a look at theses and none of them seems to solve my problem so here's yet another IE7 z-index question:
I have a table with cells containing long texts, I'd like to show the full text when hovering a cell, in a pure CSS way (I'd really like to avoid another js fix because the app is already pretty slow client side with IE7 because of big tables).
I got it working on FF/Chrome/IE8/IE9 with that method: http://jsfiddle.net/Zppy4/15/ but I can't get it to work with IE7.
If someone have a magic idea, any help is welcome :)
thanks in advance