Click to See Complete Forum and Search --> : Searching For Script: Scroll Text In Layer


David Rutledge
03-10-2003, 09:37 AM
Hello,

I've seen a website that uses Javascript to scroll text up and down in a layer using arrows on the same page in another layer. It looks great! Unforutnately, all I've been able to find on the net is a script that scrolls text in a new window from a parent window.

I would greatly appreciate it if anyone knows of such a script. I am a Javascript novice.

Thanks everyone . . .

khalidali63
03-10-2003, 10:15 AM
Take a look at this link

http://dynamicdrive.com/dynamicindex2/manualscroll.htm

Cheers

Khalid

David Rutledge
03-11-2003, 12:16 AM
Much appreciate your taking the time. The code is pretty nifty and does the trick.

pyro
03-11-2003, 07:02 AM
Why not just use CSS? Add this style to your tag: style="overflow: auto;" This will give you scrollbars in the div tag that you use them in. You can see and example at http://www.infinitypages.com/webdesign.php

David Rutledge
03-12-2003, 09:25 AM
Thank you for replying.

Actually, I didn't want to use scrollbars purely for aesthetic reasons. I have adapted the script posted previously, and with a little sweat, have the effect I wanted.

Dave