DREAM. 60 There are huge and lengthy jQuery scroll to top scripts are available throughout the web. But today we will learn to make an appearing scroll to top button with minimal jQ and CSS. Initially, the scroll to top button will be hidden but as soon as the user will scroll down, the button will appear. Open your footer template and add the following code at the very beginning: and at the end before two close tags: Remember to change the Button Image to your needs. You may use this one as a quick paste: Save your footer template. Open global.css and add at the end: #backtop { position: fixed; bottom: 50px; right: 10px; margin: 0; padding: 0; width: 36px; height: 36px; z-index: 100; } Remember to include jQ library in MyBB if it is already not. In headerinclude: Enjoy scrolling back to top ... :D Quote Share this post Link to post Share on other sites