Search Tutorials
Introduction There's something about text moving across the screen that fascinates people. Since it was first possible to create moving text in a webpage, by using JavaScript, countless so-called scroller scripts have been created. Have you noticed, however, that most of them are limited to scrolling the text either inside a textbox, or status bar? For example, the below scroller scrolls text inside a textbox: Not that there's anything wrong with textboxes or the status bar, but personally, I like my text scrolled all by itself, not wrapped inside any other element. In other words, a "true" text scroller. Is it possible? Apparently, yes. After a couple of weeks of searching, I finally found some working scrolling text examples on the web, and in the process, learned for myself how to create them. In this article, I wish to share that knowledge with you. I'm going to teach you how to create a basic, side-scrolling scroller using the DHTML features of IE4+ and NS4+. Here's a demo:
Whether you're using IE4 or NS4, the scroller works equally. Two completely different concepts is involved in the realization of it. Let's see for ourselves how to create a text scroller!
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| 1 2 3 4 5 next» |
| » Level Intermediate |
|
Added: : 2000-12-18 Rating: 6.65 Votes: 55 Hits: 18134 |
| » Author |
| No information about the author has been provided |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| Get conversion and unzipping tools for PC and Mac here! |
| » Forums | |
|
|
|
| Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review. | ||||||||||||||||||||
|
||||||||||||||||||||

|