Jump to content

Need help for a scrolling code !!

- - - - -

  • Please log in to reply
3 replies to this topic

#1
Paulo_Jorge

Paulo_Jorge

    Learning Programmer

  • Members
  • PipPipPip
  • 54 posts
Hi . I need some good scripts for scrolling to the top of the page when clicking in a button ?! I found a few but no one has worked !!

Thanks !!

#2
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts
Do you really need a scroll, or you simply need to return to the top of the page
If you only need to return top you don't need a script, some simple old html will do the tricks
<a name="topPage"></a>

...

<a href="#topPage">Click here</a>


#3
Paulo_Jorge

Paulo_Jorge

    Learning Programmer

  • Members
  • PipPipPip
  • 54 posts
It's that I have !! But i want a scroll !! It looks better and it's nicer !! Thanks anyway !!

#4
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts
in the past I used this script for scrolling:
ScrollTo | jQuery Plugins
its a jquery based script




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users