Quote:
Originally Posted by redragon29
That's nice, but just a little thing:
When you want to go down i works great, when i click to go up, it not goes to top, just under navbar.
any change to do?
|
If you want it to scroll completely up, open the hook_chicoynano_scrollTo template, and change this line
Code:
<a href="javascript:scroll(0,350);"><img alt="Scroll To Top" border="0" id="top" src="images/misc/up.png" style="position:fixed; bottom:282px; right:0; z-index:999" title="{vb:rawphrase ScrollToTop}"></a>
to this one
Code:
<a href="javascript:window.scrollTo(0,document.body.scrollHeight/0);"><img alt="Scroll To Top" border="0" id="top" src="images/misc/up.png" style="position:fixed; bottom:282px; right:0; z-index:999" title="{vb:rawphrase ScrollToTop}"></a>
Save and update the changes and go.