CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Post a JavaScript (http://www.codingforums.com/forumdisplay.php?f=19)
-   -   NewsTicker class (http://www.codingforums.com/showthread.php?t=15779)

beetle 03-05-2003 09:40 PM

NewsTicker class
 
Yet another javascript class :D

This one is for news tickers

I'll let the two demos and the source code speak for themselves.

Spookster 03-05-2003 11:41 PM

Pretty cool. Are they crossbrowser?

beetle 03-05-2003 11:54 PM

Uhh, it uses innerHTML, so any browser that supports that should be able to handle the rest of it.

Wait, I explicitly use getElementById which rules out IE4, which does support innerHTML. Easy to add in IE4 support if you want it. ;)

Edit: IE4 support added


All times are GMT +1. The time now is 05:15 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.