Hi all,
My problem is as follows:
I am using the opacity filter + javascript to fade-out some text and then fade-in some other text. In firefox it looks smooth (
) but in IE the text becomes non-antialiased after changing the opacity filter, and so looks less smooth, even when the value is returned to 100%...
I found a solution with google, which is to add a "background-color:" which isnt transparent, however this isnt possible on my page because of background content which is there already
I was wondering whether any of you people know a way to "remove" the opacity filter altogether so the element once again has no opacity value set. That way i could remove it after the fade, and it would have antialiasing again.
This is my page: lukedk.frih.net/ --> press the home button on the menu to see the effect described...
Thanks in advance
Luke
My problem is as follows:
I am using the opacity filter + javascript to fade-out some text and then fade-in some other text. In firefox it looks smooth (
I found a solution with google, which is to add a "background-color:" which isnt transparent, however this isnt possible on my page because of background content which is there already
I was wondering whether any of you people know a way to "remove" the opacity filter altogether so the element once again has no opacity value set. That way i could remove it after the fade, and it would have antialiasing again.
This is my page: lukedk.frih.net/ --> press the home button on the menu to see the effect described...
Thanks in advance
Luke
