1

I've been scratching my head for about 3 hours now trying to figure out why the opacity CSS property isn't working for my site in IE8.

It works in IE7 and IE9+ but IE8 wont take to it.

The CSS itself is fine, I did a test on another site and it worked without problem so it just seems to be on this site...

Here is a reference URL

Any help would be greatly appreciated

Dean Elliott
  • 1,503
  • 3
  • 17
  • 16

1 Answers1

1

here's my solution for you background: rgba(250, 250, 250, 0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff); zoom: 1;

Mahmoud
  • 1,385
  • 2
  • 10
  • 22