I use javascript for fading images: a gallery of images that fade from one to another. Images may also be labeled. The image under the title is a little out of order, so the title can be seen more clearly:
background: #fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
opacity: 0.75;
In Internet Explorer, you see the following image behind the signature. This is not perfect. Demo .
See here (screengrab), where under the heading of the following image is shown:

Note. This problem is observed in IE7, IE8, and IE8 mimicking IE7. This, I was told, is not visible in IE9, even when IE9 is used to emulate previous versions of IE. The emulator is clearly imperfect.
source
share