zbgump
12-01-2003, 10:13 AM
I'm doing a site for somebody who needs a scrollable news secion in the homepage.
She wanted custom graphics for the scroll arrows, so I used code found here (http://www.dynamicdrive.com/dynamicindex17/iframescroll_dev.htm). Thats one of many dhtml scrollers that I've found on the web.
Well, what she wants now is for the text to only scroll as the arrow is clcked, not scroll continuously on rollover. Since I have to set scrolling=0 to hide the browser scroll bars, I can't simply use window.scrollby().
Anyone have any advice that might get me off on the right foot with this one?
She wanted custom graphics for the scroll arrows, so I used code found here (http://www.dynamicdrive.com/dynamicindex17/iframescroll_dev.htm). Thats one of many dhtml scrollers that I've found on the web.
Well, what she wants now is for the text to only scroll as the arrow is clcked, not scroll continuously on rollover. Since I have to set scrolling=0 to hide the browser scroll bars, I can't simply use window.scrollby().
Anyone have any advice that might get me off on the right foot with this one?