-1

I am testing a new site. CLICK HERE Problem is that in IE the Header, Footer, and LEFT RIGHT Arrows on homepage are not transparent. But in Firefox and Chrome yes.

Any ideas how to fix this and make them transparent in IE? Thanks

redbullfx
  • 17
  • 3
  • I guess this answers your question: http://stackoverflow.com/questions/3975688/css-background-opacity-with-rgba-not-working-in-ie-8 – noamik May 07 '13 at 08:09

1 Answers1

0

Opactiy doesn't work in IE. You have to use PNG images ! In your case, you'll have to use two different images : normal, and hover.

Alarid
  • 770
  • 1
  • 6
  • 19