Click to See Complete Forum and Search --> : scrolling contents of div


Webskater
06-24-2003, 09:14 AM
I want to put two arrows on a page (one up, one down) that when mousedover will cause the contents of an adjacent div tag to scroll. Can anyone point me in the right direction please. Thanks.

A1ien51
06-24-2003, 09:54 AM
http://www.dynamicdrive.com has a script like that on the site.

Khalid Ali
06-24-2003, 09:54 AM
The link below will show something like that..

http://68.145.35.86/skills/javascripts/SimpleVerticalDivScroll.html

pyro
06-24-2003, 09:58 AM
I could only get the <div> to work in IE, but I was able to get an <iframe> to work in Mozilla, Opera, and NN as well...

<div>: http://www.infinitypages.com/research/divcustomscroller.htm
<iframe>: http://www.infinitypages.com/research/iframecustomscroller.htm

Webskater
06-24-2003, 10:23 AM
Thanks for your answers. One other thing - in a div tag where you set the scroll bars to only appear when they are needed is it possible to:
always hide the scroll bars and
detect when they would be needed and
show your arrows to offer scrolling only when required.