HI everybody
i need to know if there are a way to change the background image after a specific time like 10 sec or 30 sec...etc. you know like yahoo Login mail \"it\
If you're using the Prototype library:
var changeBackground = function() { $$('body').first().setStyle({ backgroundImage: 'newImage.jpg' }); }; changeBackground.delay(15);