Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Scrolling Go-To-Top Button Re: Scrolling Go-To-Top Button

#47351
CoopFLY
Member

ok so i figured it out i used

Code:
.gototop{
position:fixed;
right:0px;
bottom:10px;
color:#999;
font-size:10px;
text-decoration:none;
_display:none;
}

for my CSS and i used

Code:

for my HTML and i put my javascript in the beginning of my body. IT WORKS !!!