Hey guys, I am trying to make a magnifying glass background when the use hovers over an image that can be enlarged. This is using a blank span and setting its display to none until it is hovered, and having its background be a semi-transparent png with a magnifying glass in the center.
This is done using fadeIn / fadeOut and works perfectly in all of the other browsers besides IE.
In IE, the background of the image flashes to dark gray before fading to the correct image on hover and hover out.
Here is the example of what I am working on, its the three smaller images in a row:
http://www.brainbuzzmedia.com/themes/amplify/html/index.html
I have read that the solution to this is adding a background color to the element that is fading, but obviously that wouldn't work because I need to use a semi-transparent png as the background. Anyone have any idea what I can do with this?