开发者

how can create this news ticker?

i have been saw this news ticker at top of : http://www.aja.ir/portal/Home/Default.aspx how can create that,what is it's solution? i need o开发者_StackOverflowne sample on javascript or Jquery,or one tutorial about it, Regards. Sam


Check out the jQueryNewsTicker

<script src="/js/jquery.ticker.min.js" type="text/javascript"></script>

<div class="homeNews">
    <div id="ticker-wrapper" class="no-js">
        <ul id="js-news" class="js-hidden">
            <li class="news-item"><a href="news.php?i=2">Our New Website Has Launched</a></li>          
        </ul>
    </div>  
</div>


If you need help about Jquery, I would recommend looking at the Jquery Page and searching for a Plugin there.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜