Hello fellow coders. I have a little problem with a script that changes the opacity and z-index of two elements. It's basically 2 elements on top of each other and when you click a link it fades the top element away to reveal the one underneath. So some opacity changing and z-index swapping going on.
It works fine in Firefox and Safari, but as usual IE insists on screwing it up.
Now I've used the IE filter:alpha(op acity=xx) nonsense, but it still doesn't seem to work. I think the z-index changing is working, but the opacity stuff isn't.
The page in question is here:
And the script is here:
And light that anyone can shed on the matter will be greatly appreciated.
Cheers and happy new year.
Altonator
It works fine in Firefox and Safari, but as usual IE insists on screwing it up.
Now I've used the IE filter:alpha(op acity=xx) nonsense, but it still doesn't seem to work. I think the z-index changing is working, but the opacity stuff isn't.
The page in question is here:
And the script is here:
And light that anyone can shed on the matter will be greatly appreciated.
Cheers and happy new year.
Altonator
Comment