
It's not particularly related to the homepage, it just happens on certain pages, and not others

Basically the scroller module doesn't start the animate() function everytime (still haven't figured out what causes it). At the end of 'mod_ijoomla_scroller.php', replace:
Code:
if (document.all||document.getElementById)
window.onload=animate
withwindow.onload=animate
Code:
animate();
It worked for me, hope it helps...



