公告向上滚动效果
jQuery(".txtMarquee-top").slide({ titCell:".hd ul", mainCell:".bd ul", autoPage:true, effect:"topLoop", autoPlay:true, vis:1, interTime:5000, });
<script type="text/javascript" src="/js/jquery.SuperSlide.2.1.1.js"></script>
<div class="txtMarquee-top"> <div class="bd"> <ul> <li>公告内容</li> <li>公告内容</li> <li>公告内容</li> </ul> </div> </div>
jquery.SuperSlide官网链接:http://www.superslide2.com/downLoad.html