I am using the following to fade a div with slideffect.
$('div.clsBlue').eq(2).fadeOut(1000, function() {
});
This fades with animation in IE7 perfectly but not in mozilla 3. Any suggestions?
I am using the following to fade a div with slideffect.
$('div.clsBlue').eq(2).fadeOut(1000, function() {
});
This fades with animation in IE7 perfectly but not in mozilla 3. Any suggestions?
Why are you defining a callback function when it's not needed?
Also, what happens in FireFox 3? JavaScript error? Unintended fade effect?
Are you running in quirksmode? Sometimes if you don't have a specified doctype jQuery animations can do funny things.
Hi,
I got the same problem: IE 6 worked fine, but FFox 3 didn't.
I solved this problem setting the container DIV
height: auto
Regards.
The solution is over here
http://stackoverflow.com/questions/748113/jquery-fade-effect-not-working-in-ff