Fórum

How to add scroll to top button ?

Rakesh Kumar, modificado 8 Anos atrás.

How to add scroll to top button ?

Junior Member Postagens: 54 Data de Entrada: 05/08/15 Postagens Recentes
hi,
i am creating a website ,and i want to add "scroll to top" button in right down corner . when i click on the button then page should go on to top .
anyone have idea about this please reply here.
thank you
thumbnail
Tina Agrawal, modificado 8 Anos atrás.

RE: How to add scroll to top button ?

Expert Postagens: 297 Data de Entrada: 03/01/08 Postagens Recentes
Its pretty simple.
On top of your page give an div with id say top -
<a id="TOP"></a>

On you href do something like
<a href="#top">^ Back to top</a>


Tina
Rakesh Kumar, modificado 8 Anos atrás.

RE: How to add scroll to top button ?

Junior Member Postagens: 54 Data de Entrada: 05/08/15 Postagens Recentes
Hi teena,

Thank you .
its working now emoticon

regards :
rakesh