I have created a dashboard which echos out all the rows but I want an auto scroll which will slowly scroll down the bottom of the page and then scroll slowly back to the top and repeat. I have googled this and can't get a working code. I have been looking for jQuery codes but anything will do.
Because the page will adjust all the time it cant have fixed height scroll.
Not sure if you need more information but if you do I will update this question.
Regards Gambit
You could use something like this.
Example: http://jsfiddle.net/NaP8D/11/
Here, this should work good, just change 5000 to the time in ms to adjust the speed.
http://jsfiddle.net/BDc6S/3/
you should try this for better result
http://jsfiddle.net/neelu/gvvnd0tt/8/
This will scroll to bottom of the page every 5 seconds. This will be useful, if you have auto load content based on user scroll like facebook.