[jQuery] fadeOut() not working

2009-09-08 Thread Littlened
I've created a script to fade out 2 DIV's and then fade in 2 new DIV's. The script works perfectly in IE, but Chrome and Firefox won't do the fadeout. I know there isn't a problem with my code, because if I replace the fadeout with hide, then the elements are hidden by the browser and everything

[jQuery] fadeOut not working with table row (tr) in IE6

2008-01-24 Thread djangst
Hello, Has anybody been able to get the fadeOut effect working with a table row (tr) in IE6? I've read old posts and tried several different things without success. This is for a tabular layout that's a bit too intricate for replacement with divs. Works fine in Firefox, but the fox ist verboten.