To follow up:
The real problem to why the image goes away and also to why the scroll button gets screwed up has to do with the editor. If you switch to code view in what editor you chose to use with Joomla (either the default TinyMCE or what I choose to use JCE) you will see a <p></p> tag around code for the background image and the scroll image like this:
- Code: Select all
<p><a class="gkScrollDown gkAnimate reverse" href="#my-works">Scroll Down</a><img class="gkHeaderBg" src="images/demo/header/header1.jpg" alt="John S." />
</p>
This <p> is inserted by your editor of choice the moment you edit the module and if you save it gets put there permanently, corrupting the function controlling the bg image not to shoe AND messing with the scroll button.
To fix just switch to code view and remove the <p> tag and save while still in code view and exit. If you switch back to WYSIWYG view for any reason and save, all will be corrupted again.