i have the following selector in my css:
a:active { position: relative; top: 1px; }
So every link has this little button-effect when it\'s
Try resetting the top property as well.
top
a#back-to-top:active { position: fixed !important; top: auto !important; }