Search code examples
jqueryinternet-explorer-7transparencyhover

Transparent PNG over JPEG image in IE7


I have jQuery hover function which a transparent image will animate up. The following website http://www.okadadesign.no/vitaveritas/ shows a demo.

Please hover over a girl's image. In FF, IE8 etc, a magnifying glass which is png-24 comes up, but in IE7, nothing happens.

How can I solve this problem?


Solution

  • You need to set this in CSS for the class hide

    left:0;