What's a good bit of JS or JQuery for horizontally scrolling news ticker

前端 未结 5 1723
太阳男子
太阳男子 2020-12-19 05:48

I am looking for a little bit of JQuery or JS that allows me to produce a horizontally scrolling \"news ticker\" list.

The produced HTML needs to be standards compli

相关标签:
5条回答
  • 2020-12-19 06:34

    The second line bug arising in liscroll can be "fixed" by adding a listitem containing a non-breakable space entitiy <li>&nbsp;</li> at the end of each list ;)

    0 讨论(0)
  • 2020-12-19 06:40

    Here's 2 other solutions that seem a bit simpler to implement:

    1. newsticker
    2. News ticker (BBC style)
    0 讨论(0)
  • 2020-12-19 06:41

    http://www.emrecamdere.com/news_scroller_jquery.html

    0 讨论(0)
  • 2020-12-19 06:42

    Smooth Div Scroll can also be used as a news ticker/stock ticker. It can pause on mouse over or mouse down and it can loop endlessly if you want it to.

    Here's the example with a running ticker.

    0 讨论(0)
  • 2020-12-19 06:44

    An Alternative solution would also be the jQuery webTicker; its very similar to liscroll however resolves the problem with the ticker stopping after the whole list completes; whilst also adding some new fancy features like; direction of movement; speed; and ability to use multiple tickers per page.

    0 讨论(0)
提交回复
热议问题