CSS background opacity with rgba not working in IE 8

Viewed 203075

I am using this CSS for background opacity of a <div>:

background: rgba(255, 255, 255, 0.3);

It’s working fine in Firefox, but not in IE 8. How do I make it work?

15 Answers
Related