Log in

View Full Version : to the top button....


loco63
01-19-2008, 01:38 PM
im interested in adding a to the top button in the bottom right hand corner of each post. this way, if your all the way at the bottom of a page, its a simple mouse click to get to the top instead of scrolling.

im running vb 3.6.3

UncoderMom
01-21-2008, 03:49 AM
At the top of your page, above $navbar put...
<a name="top"></a>

Then at the bottom (you might want to center the code) above $footer
<a href="#top">BACK TO TOP</a>

All done.. back to top. :)

Marco van Herwaarden
01-21-2008, 06:30 AM
Or press your <Home> button on the keyboard.

UncoderMom
01-21-2008, 12:51 PM
If only all users were that smart hehe :p

Marco van Herwaarden
01-22-2008, 08:53 AM
I have never understood the requests for a home/bottom link. In my personal experience it is much easier/quicker to just hit that 1 key, instead of having to navigate a mouse to a link and clicking it.

UncoderMom
01-22-2008, 12:19 PM
True, but its much harder to constantly try an educate your noob users (a lot are like, home what?). LOL. I dont use the code myself but I see why some would find it practical.

Plus when I'm surfing its all mouse till I have to type. So theoretically, for me, more often then not, it would be easier to push a button on the bottom then to slide out my keyboard. :)