Forum Moderators: not2easy
I was hoping to see if someone with some expertise could possibly help me.
On the link below.
You will see a section at the top which has a bar across the graphic banner called "A U D I O". This is on a black background which has opacity set.
If you look at at the above link through Firefox, Opera and Safari the black background to the word A U D I O is indeed transparent to the image underneath.
However in IE7 the black bar is not transparent.
Can anyone here help me please.
Many thanks in advance.
Mike
[edited by: jatar_k at 3:48 pm (utc) on Nov. 2, 2007]
[edit reason] no urls thanks [/edit]
The answer is that IE has to use a proprietary ActiveX filter to achieve transparency. in your CSS with all the other tags, include something like this: "filter(alpha=50);" or something. I forgot what the actual code is, but it should be easy to search, just search "internet explorer filter transparency" not in quotes(or opacity instead of transparency).