![]() |
Background image change
Hi there,
I'm trying to change the background image of a page (with setInterval eventually, but this is just a button to test it for now). The background image is appearing fine, and the alternate image is nice. Code:
<body style="background-image:url('img/backg.jpg'); background-size: 100%; background-repeat:no-repeat; background-color: #8ba49e;" onload="backg();">Code:
<input type="button" value="button" onclick="document.body.style.backgroundImage = 'img/backg1.jpg';">document.body.background and document.body.backgroundImage.What's gone wrong? Thanks for your help, Matt |
Look at the code, it's all there. Inside the body tag, the CSS for background-image is
Code:
url('img/backg.jpg')Code:
'img/backg1.jpg' |
| All times are GMT +1. The time now is 08:21 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.