Quote:
Originally Posted by StarBuG
Adjust the onclick="self.scrollTo(0, 0) to what ever pixel height you want it to jump to (counted from the top beeing 0)
|
if i adjusted it so that it looks like:
Code:
<a href="#top" onclick="self.scrollTo(0, 10); return false;"><img src="$stylevar[imgdir_button]/top.gif" alt="Top of Page" border="0" /></a>
does this mean that if the thread was up to 10 pages long, it would take me to the beginning of the thread? or if was 30 pages long it would take me to page 20 of the thread?
i'm not a coder so i wanted to make sure i understood what u mean.
TIA