Page 1 of 1
					
				Back to top
				Posted: Sun Aug 21, 2005 10:23 am
				by sc00zy
				It might come in handy to place a "back to top" -button on the bottom of every page so you don't have to scroll back upwards anymore.
			 
			
					
				Re: Back to top
				Posted: Sun Aug 21, 2005 10:58 am
				by stingrey
				Done.
			 
			
					
				Re: Back to top
				Posted: Sun Aug 21, 2005 11:04 am
				by sc00zy
				stingrey  wrote:Done.
Wow 

Thank you very much, navigating this forum just got more easy 

 
			 
			
					
				Re: Back to top
				Posted: Sun Aug 21, 2005 11:36 am
				by sc00zy
				And even a "Go down" -button! 

 Cheers!
 
			 
			
					
				Re: Back to top
				Posted: Mon Jan 16, 2006 3:41 am
				by latristesse
				This is probably not the place for this, but how can we replicate the function of the "Go Up" button of this forum in our joomla sites?  If one has SEF turned, you can't just stick in a named anchor link, and using a globabl URI reference like so:
Code: Select all
<a href='<?php echo $GLOBALS[REQUEST_URI]; ?>#top' class="back_button">Back to Top</a>
makes the page reload which is kind of uncool.