1

This code works with IE 7 and above, but not with IE6:

img.myclass{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

What should I add to my code?

Thanks

Paul D. Waite
  • 96,640
  • 56
  • 199
  • 270
Ben
  • 25,389
  • 34
  • 109
  • 165

2 Answers2

2

IE6 has problems with opacity for png images but look at this and see if it helps:

http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html

David Mårtensson
  • 7,550
  • 4
  • 31
  • 47
1

What about this? http://jquery.andreaseberhard.de/pngFix/

Industrial
  • 41,400
  • 69
  • 194
  • 289