Official Review
NULL
|
Other links at JavaScript > Scripts and Programs > Text Scrolling |
| 1. |
Link Hint Scroller
|
|
|
When you move your mouse over a link, a scrolling text that describes the link appears below it. The scroll length, speed can be controlled by changing values of some variables. You can change the direction of scrolling. To obtain the source code of the script, view the source of the demo page.
|
| 2. |
Advanced Gallery script
|
|
|
This robust gallery script allows you to display and rotate entire blocks of HTML on demand. Display images, text, or rich HTML in a dynamic manner. Set the script to automatically cycle through the contents like in a scroller, or via manual selecting through a drop down menu.
|
| 3. |
scrolly thingy
|
|
|
This is a cool text scrolly JavaCsript that scrolls the text when the page loads and when you mouse off a link.
|
| 4. |
scroller
|
|
|
A simple code demonstrating how to scroll texts in a typewriter style (for IE).
|
| 5. |
vScroll
|
|
|
A Javascript class that does vertical scrolling of HTML content. It is based on the DynamicDrive (www.dynamicdrive.com) Cross Browser Marquee II script. I put the scroller functions into a class and added features like the ability to specify CSS classes for the container DIV and scrolled content DIVs. You can also have multiple scrollers on one page with different content and settings.
|
|
|