tags:

views:

61

answers:

2

hello, i have a popup that is displayed above the link when i hover over a link. there is an image just above the link so the problem is that in ie7 the popup is appearing under the image! . it works well in ie8 and firefox! the problem that i want to fix is found on this page : http://www.kandscars.com/servicecontracts.php if you hover over "Class One" then hover over "Cars In This Class"

please help asap

A: 

You need to set the z-order to 1 in the css class of the popup. I found the same problem a couple of months ago!

Dave7896
i already tried this. it didnt work!
Microgen
Sorry I don't know the answer then. Setting the z-index fixed it for me!
Dave7896
+1  A: 

I did some debugging and it turns it's the opacity filter for IE on the <div class="cover boxcaption"> that's causing the cut off, not the image.

I couldn't get it working with the filter applied so the only thing I can suggest that will fix it is to use a semi-transparent background png instead of using css to apply the transparency.

Rowno
thanks for the tip, you are right! but how can i create this png to replace the opacity property?
Microgen
Rowno