Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Creating Cross Browser Scrollers Using DHTML
Author: Billy Peterson
| Website: http://members.xoom.com/billypete/ |
Closing Thoughts
I use document.write() to dynamically write out the
tag for IE (instead of simply directly embedding it on the page). This is
to avoid future potential problems with NS when and if NS eventually does support the
; the code was written exclusively for IE in this respect! Function
initializemarquee() is what's used to fill the scroller with the desired text for NS. It
first accesses the , then tag, and finally, it's
document.write() method to accomplish this.
So there you have it! A cool, cross browser scroller you can
use on your webpage. Finally, I leave you with a few additional examples on the web
regarding DHTML scrollers:
-Dynamic
Drive DHTML scrollers
-DevEdge
Ticker object (Requires NS 4+)
Take a peek into their source codes...that's how you learn!
» Level Intermediate
Added: : 2000-12-18
Rating: 6.65 Votes: 55
Hits: 18135
» 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
More help? Search our boards for quick answers!
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.