Code <script type="text/javascript" src="https://orlenok.do.am/scripts-demo/scroll_banners/scroller.js"></script> <script type="text/javascript"> $(function() { $(".randomposts").jCarouselLite({ vertical:true, visible:6, auto:1000, speed:1000 }); }); </script> Туда, где на Вашем сайте будут баннеры, вставляем этот код:
<div class="box ads"> <div class="content"> <div class="randomposts"> <div align="center"> <ul class="random"> <li><a href="ССЫЛКА НА САЙТ" rel="bookmark" title=""><img src="КАРТИНКА БАННЕРА" width="88" height="31" /></a></li> <li><a href="ССЫЛКА НА САЙТ" rel="bookmark" title=""><img src="КАРТИНКА БАННЕРА" width="88" height="31" /></a></li> <li><a href="ССЫЛКА НА САЙТ" rel="bookmark" title=""><img src="КАРТИНКА БАННЕРА" width="88" height="31" /></a></li> <li><a href="ССЫЛКА НА САЙТ" rel="bookmark" title=""><img src="КАРТИНКА БАННЕРА" width="88" height="31" /></a></li> <li><a href="ССЫЛКА НА САЙТ" rel="bookmark" title=""><img src="КАРТИНКА БАННЕРА" width="88" height="31" /></a></li> <li><a href="ССЫЛКА НА САЙТ" rel="bookmark" title=""><img src="КАРТИНКА БАННЕРА" width="88" height="31" /></a></li> </ul> </div> </div> </div>
|