Scroll To Top

taty

New Member
I had a friend send me this to add onto her site for scrolling back to the top.
Ok so I put it in the head tags, now how do I reference it to the back to top button on the bottom of the page?

Thanks in advance

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<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">



</script>
 

Phreaddee

Super Moderator
Staff member
Ask your "friend" she knows what the script is.

I just can see what it's called. which is not very useful.
 

taty

New Member
I would ask her but she's on a plane from Moscow to Ulaanbaatar to visit her grandparents for two weeks. So, I'll ask her when she gets home where she found the script.
 
Last edited:
Top