i have been saw news ticker @ top of : http://www.aja.ir/portal/home/default.aspx how can create that,what it's solution? need 1 sample on javascript or jquery,or 1 tutorial it, regards. sam
check out 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>
Comments
Post a Comment