liScroll is a jQuery plugin that transforms any given unordered list into a scrolling News Ticker.
To build your news ticker all you need is the markup: an unordered list with a unique ID
1 2 3 4 5 6 | < ul id = "ticker01" > < li >< span >10/10/2007</ span >< a href = "#" >The first thing ...</ a ></ li > < li >< span >10/10/2007</ span >< a href = "#" >End up doing is ...</ a ></ li > < li >< span >10/10/2007</ span >< a href = "#" >The code that you ...</ a ></ li > <!-- eccetera --> </ ul > |
Please login to continue.