How can I toggle a background image between 2 different .gifs.
At the moment I have:
<td style='background:url(image1.gif)'>
But would like it to toggle between image1.gif and image2.gif every 1 second.
Would it need some javascript or css or something?
This should do it – http://jsfiddle.net/Jc2Bq/
HTML
CSS (replace the colors with the images you want)
Javascript