Quote:
Originally Posted by Alec W
onclick="window.scrollTo(0,0); return false;" fixed it on our forum.
|
Doesn't work for me. I get the same results. .. not sure if I'm doing something wrong or not..
Here's a snippet of code, if anyone can look at it and tell me where I've meesed up if I have
Code:
<vb:if condition="$show['multiquote_post']">
<a class='multiquote' href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase multi_quote_this_message}" /> </a>
</vb:if>
<!-- ////////start To-The-Top button in postbit////// -->
<span class="seperator"> </span><a class='tothetop' href="{vb:raw relpath}#top" onclick="self.scrollTo(0, 0); return false;"><img src="{vb:raw vboptions.cleargifurl}" alt="...to the top" />{vb:rawphrase top}</a>
<!-- ////////end To-The-Top button in postbit////// -->
</span>
<span class="postlinking">