Open this site in IE8 (not sure about 7) http://www.koffeebreak.info/

See how the main div that fades in gets the black artifacts all over it?

I found this fix on another StackOverflow question: Fading issues in Internet Explorer 7 when using jQuery

But when I applied it:

jQuery("#homepagewelcome").children().fadeTo('fast', 1, function(){
            document.getElementById("#homepagewelcomeContent").style.removeAttribute("filter"); 

            });

Nothing happens. Any ideas?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top