I want to find out how load a different background image for the whole page when you mouseover the links. The fullscale background image uses the js script called Fullscreenr.
The background image for this page is given an id
Any ideas? I don’t even know how to to search for the correct terms here.
Since you have jQuery loaded on the page, but it’s not mentioned in the question, I’ll offer a jQuery and an non-jQuery solution.
jQuery:
If you’re not going to use jQuery, then do change:
to:
and do this:
…placing it toward the bottom of the page, just before the closing
</body>tag.