Hi,
I think it’s a hard modification, but it’s possible
first, you can choose to display the big image only on the home page (module properties)
otherwise,
you have to use anchors in pages and links
http://www.w3schools.com/TAGS/tag_a.asp
look about “anchor”
The first step is simple:
add
<A NAME=”content”></A>
in index.php just before
<!– CONTAINER –>
(you can change “content” by what you want)
The second step is more difficult, you have to modifiy all links in and add
#content
at the end of the “href” attribute
for exemple:
http://www.mywebsite.com/index.php?option=com_content&view=article…..itemid=12#content
To do this you have to modify several php files.
tell us what you will do and wich files you modified
PS: sorry for my french’glish 🙂