Manual Scroller onMousever not on click
1) Script Title: Manual Scroller
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nualscroll.htm
3) Describe problem: Installed script and works fine, but want to have layer scroll when you mouseover the Down or Up text instead of clicking on the text. Additionally, it should stop scrolling on mouseOut.
Please advise. Greatly appreicated.
Contiunes to scroll up when mouse is off.
Ive added this just below the body tag;
<a href="javascript:void(0);" onmouseover="movedown()" onmouseout="stopscroll()">Down</a>
<a href="javascript:void(0);" onmouseover="moveup()" onmouseout"stopscroll()">Up</a>
The new 'down' works fine but the new 'up' continues to scroll when you move your mouse off it.