Hi Mike, Thanks much for your reply. I dropped in an anonymous function and that fixed it:
cInterval = window.setInterval(function() { crossfade(); }, 5000); I tried calling crossfade() without quotes, but FF gave me a missing quotes error.
Hi Mike, Thanks much for your reply. I dropped in an anonymous function and that fixed it:
cInterval = window.setInterval(function() { crossfade(); }, 5000); I tried calling crossfade() without quotes, but FF gave me a missing quotes error.