I'm looking for a script that allows me to scroll several paragraphs of text vertically -- upon the readers request -- Up arrow, down arrow and drag bar -- similar to the one used on 'www.jeffersonairplane.com' in the 'Headlines' section.
Any help would be greatly appreciated!
requestcode
06-20-2002, 08:27 PM
Try this link to Dynamic Drives (http://www.dynamicdrive.com/dynamicindex2/index.html) Scrollers Section. There are several their. Perhaps one of them will do.
jacquie
09-25-2002, 06:35 PM
I was wondering if you had any luck - I am trying to create the exact same effect - I tried the suggested link - and also searched all over the web - but with no luck!
Did you discover a script?
Regards
Jacquie;)
Vladdy
09-25-2002, 11:04 PM
If you are ok with having the standard scrollbar the following will do:
<div style="width:100px; height:200px; scroll:auto;">
put scrollable content here
</div>
If you want a custom scrollbar, such as shown on the web site you referenced, I can write such script to your specs.