I'm just trying to figure out if it is possible to swap the pages background image when a button is clicked without refreshing the page? I've looked around and can't really find anything helpful.
Any tips or pointers in the right direction would be much appreciated
Thanks
YD
Last edited by YourDirector; 03-20-2012 at 02:01 PM..
Reason: Resolved
All you need is an onclick event handler on the button which calls a javascript function which then changes the background image css style for the <body>
There's heaps of examples on the www on how to use javascript to change css styles.