Scroll up
<P id = "article1" style = "width: 220; height: 150px;"> </p> <p id = "article2" style = "position: absolute; z-index: 1; visibility: hidden "> </p> script articleHeight = 150; stopscrolla = false; article1.scrollTop = 0; // more javascript from http://www.webjx.com With (article1) {style. width = 0; style. height = articleHeight; style. overflowX = "visible"; style. overflowY = "hidden"; noWrap = true; onmouseover = new Function ("stopscrolla = true"); onmouseout = new Function ("stopscrolla = false");} preTopa = 0; currentTopa = 0; stoptimea = 0; function evaluate () {article2.innerHTML = ""; comment + = comment; article1.innerHTML = article2.innerHTML + article2.innerHTML; setInterval ("scrollUp1 ()", 50);} function scrollUp1 () {if (stopscrolla = true) return; currentTopa + = 1; if (currentTopa = 151) {stoptimea + = 1; currentTopa-= 1; if (stoptimea = 50) {currentTopa = 0; stoptimea = 0 ;}} else {preTopa = article1.scrollTop; article1.scrollTop + = 1; if (preTopa = article1.scrollTop) {article1.scrollTop = article2.offsetHeight-articleHeight; article1.scrollTop + = 1 ;}} init_srolltext1 (); script
[Ctrl + A Select All Note: If you need to introduce external Js, you need to refresh it to execute]