javascript - Auto scroll down to next element -


i trying make rss feed customers of our website see news at. idea want have slow , smooth downward scroll animation purpose of revieling news not shown in visible div element. element contains these articles has set height , has own vertical scrollbar. articles height:100px;width:100% , have unique id, there 1 100 articles shown depending on rss feeds.

how can make pure javascript task? using dojo in case have way of doing don't know about.

it javascript generated html. post summary of structure reference.

thanks.

<table> <tbody> <tr> <td id="mainleft">     <div id="slider1_container" />     <div id="rssboxwrapper">         <table id="rssboxheader" />     <div id="newscontentwrapper">  <!--contains scroll bar & articles -->         <table id="article0" />``         <table id="article1" />         <table id="article2" />         <table id="article3" />         <table id="article4" /> <!-- houndres of articles follows.. --> 


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -