I have a website I'm building that uses background images to display the pictures i want in the divs via CSS
I want to create a single image, that when pressed "ON", toggles different background images for different classes. I would also like this to remain through out the site, so if you change page, it doesn't revert to it's "OFF" state.
is there a j query or java-script that could easily achieve this?
Thanks!