Does anyone know of a good div scroller script? I've tried to implement the one from the "JavaScript & DHTML Cookbook", but it's old and doesn't work in Safari or correctly in Netscape 7.2 (the bottom portion of text cuts off when the down button is pressed.)
<br><br>There are a lot of scroller scripts on the Web, but they are mostly for images or other content of specified length. I need to scroll div content up and down with my own image buttons (no ugly scrollbars). The text is set in relative terms (
i.e. ems or percentages), so the div length will change according to the user&#39;s font size.<br><br>Thx,<br>JH<br>