I’m new to javascript and was just wondering the best way to go about changing the background image (only 2 images) of a DIV say like every 10 seconds. Thanks 🙂
I’m new to javascript and was just wondering the best way to go about
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This should do it for you : http://jsfiddle.net/U9GCM/
You can add as many divs as you want, just change 1000 to 10000 for ten seconds.
Hope it helps.