ChopSuey, are you sure your code is correct?
If i paste your example:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="scrolltopcontrol.js">
All my templates are crushing.
When i close the tag (on red):
Code:
<script type="text/javascript" src="scrolltopcontrol.js"></script>
Only than everything works fine.
trotskid i will try SmoothWeel today and let you know.
------------------------------------------
EDIT:
trotskid i've installed SmoothWeel add-on and for me this mod still works fine with it. I don't see any changes.
If the scrolling speed is too slow for you, you can always change it in
scrolltopcontrol.js file. Edit that file and in the 11th line you will find:
Code:
setting: {startline:1000, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},
Text i've selected on red is the speed you can play with. Maybe changing the speed will help a little bit. Just lower the number (default is 1000) and check it.