I have a div that should fadeIn/Out as its content is changed on a 15 second
schedule. The desired behavior is:
Div is displayed via .fadeIn()
14 secs later it is hidden via .fadeOut() and its content updated
1 sec later the cycle starts again
The div fails to reappear after the first cycle. Using .hide() instead of
.fadeOut() corrects the problem but I prefer the .fadeOut() effect. The div
has background-color:transparent and must allow its underlying content to
show through.
Does anyone know what the problem is? (Target browser is IE7 using jQuery
1.0.3.)
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/