Баннер
Сvvлийн сэтгэгдэлvvд
Нүүр хуудас » uCoz хичээл » Скрипт, Кодууд

Нэмсэн: FENIX » Огноо:24.07.2025
Мэдээний тєрєл: Скрипт, Кодууд


Заавар: Шинэ блок үүсгээд хийнэ.

Code
<!--U1MENU1Z--><table width="200" border="0" cellpadding="0" cellspacing="0">  
  <tbody><tr> <td style="border: 1px solid rgb(140, 140, 140); padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">  
  <style type="text/css">  

  /*Credits: Dynamic Drive CSS Library */  
  /*URL: http://www.dynamicdrive.com/style/ */  

  .suckerdiv ul{  
  margin: 0;  
  padding: 0;  
  list-style-type: none;  
  width: 190px; /* Width of Menu Items */  
  border-bottom: 1px solid #ccc;  
  }  

  .suckerdiv ul li{  
  position: relative;  
  }  

  /*Sub level menu items */  
  .suckerdiv ul li ul{  
  position: absolute;  
  width: 200px; /*sub menu width*/  
  top: 0;  
  visibility: hidden;  
  }  

  /* Sub level menu links style */  
  .suckerdiv ul li a{  
  display: block;  
  overflow: auto; /*force hasLayout in IE7 */  
  color: black;  
  text-decoration: none;  
  background: #fff;  
  padding: 4px 15px;  
  border: 1px solid #ccc;  
  border-bottom: 0;  
  }  

  .suckerdiv ul li a:visited{  
  color: black;  
  }  

  .suckerdiv ul li a:hover{  
  background: #d4e7a3;  
  }  

  .suckerdiv .subfolderstyle{  
  background: url(http://forever-web.ru/next.png) no-repeat center right;  
  }  

  /* Holly Hack for IE \*/  
  * html .suckerdiv ul li { float: left; height: 1%; }  
  * html .suckerdiv ul li a { height: 1%; }  
  /* End */  

  </style>  

  <script type="text/javascript">  

  //SuckerTree Vertical Menu 1.1 (Nov 8th, 06)  
  //By Dynamic Drive: http://www.dynamicdrive.com/style/  

  var menuids=["suckertree1"] //Enter id(s) of SuckerTree UL menus, separated by commas  

  function buildsubmenus(){  
  for (var i=0; i<menuids.length; i++){  
  var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")  
  for (var t=0; t<ultags.length; t++){  
  ultags[t].parentNode.getElementsByTagName("a")[0].className="subfolderstyle"  
  if (ultags[t].parentNode.parentNode.id==menuids[i]) //if this is a first level submenu  
  ultags[t].style.left=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main menu item  
  else //else if this is a sub level submenu (ul)  
  ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it  
  ultags[t].parentNode.onmouseover=function(){  
  this.getElementsByTagName("ul")[0].style.display="block"  
  }  
  ultags[t].parentNode.onmouseout=function(){  
  this.getElementsByTagName("ul")[0].style.display="none"  
  }  
  }  
  for (var t=ultags.length-1; t>-1; t--){ //loop through all sub menus again, and use "display:none" to hide menus (to prevent possible page scrollbars  
  ultags[t].style.visibility="visible"  
  ultags[t].style.display="none"  
  }  
  }  
  }  

  if (window.addEventListener)  
  window.addEventListener("load", buildsubmenus, false)  
  else if (window.attachEvent)  
  window.attachEvent("onload", buildsubmenus)  

  </script>  
  <div class="suckerdiv"><b>  
  <ul id="suckertree1">  
  <li><a href="Таны линк / энэ тэмдэгтийн оронд"><img src="http://forever-web.ru/templates/menu-icons/home.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/forum.png" alt="" border="0"> Энд таны меню</a></li>  

  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/gb.png" alt="" border="0"> Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/files.png" alt="" border="0"> Энд таны меню</a></li>  
  <li><a class="subfolderstyle" href="/"><img src="http://forever-web.ru/templates/menu-icons/soft.png" alt="" border="0">Энд таны меню</a>  
  <ul style="left: 190px; visibility: visible; display: none;">  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/01.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/02.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/03.png" alt="" border="0">Энд таны меню</a></li>  

  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/04.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/05.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/06.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/07.png" alt="" border="0">Энд таны меню</a></li>  
  </ul>  
  </li>  

  <li><a class="subfolderstyle" href="/"><img src="http://forever-web.ru/templates/menu-icons/ucoz.png" alt="" border="0">Энд таны меню</a>  

  <ul style="left: 190px; visibility: visible; display: none;">  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/08.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/09.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/10.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/01.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/02.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/03.png" alt="" border="0">Энд таны меню</a></li>  

  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/04.png" alt="" border="0">Энд таны меню</a></li>  
  </ul>  
  </li>  

  <li><a class="subfolderstyle" href="/"><img src="http://forever-web.ru/templates/menu-icons/photoshop.png" alt="" border="0"> Photoshop</a>  
  <ul style="left: 190px; visibility: visible; display: none;">  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/05.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/06.png" alt="" border="0">Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/07.png" alt="" border="0"> Энд таны меню</a></li>  

  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/08.png" alt="" border="0"> Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/other/09.png" alt="" border="0"> Энд таны меню</a></li>  
  </ul>  
  </li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/img.png" alt="" border="0"> Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/reg.png" alt="" border="0"> Энд таны меню</a></li>  
  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/obr.png" alt="" border="0"> Энд таны меню</a></li>  

  <li><a href="/"><img src="http://forever-web.ru/templates/menu-icons/uifw.png" alt="" border="0"> UIFW</a></li>  
  </ul>  
  </b></div>  
  </td></tr></tbody></table><div style="height: 5px;"></div><!--/U1MENU1Z-->  
  <!--U1CLEFTER1Z--><!-- <block2> -->
Үзсэн: 409 | Сэтгэгдэл: 1 |Үнэлгээ: 0.00
Бид уг мэдээг хийх гэж 35-40 минут болдог
харин та баярлалаа гэж хэлхэд
ердөө 5 хан сэкундшүү дээ
Админ FENIX
Нийт сэтгэгдэл: 1
  Цитировать  

batbold

13.04.2012 07:13
лалрийн сайт вэ
Зөвхөн бүртгэлтэй гишүүд манай сайтын мэдээ мэдээллийг бүрэн хүлээж авах, сэтгэгдэл бичих эрхтэй.
[ Бүртгүүлэх | Нэвтрэх ]
Хэрэглэгчийн булан
E-mail:
Нууц vг:
Онлайн гишүүд
Яг одоо сайтад: 1
Зочин: 1
Гишvvн: 0

,

Статистика
Өчигдөр: 0
Өнөөдөр: 0
Сүүлийн 30 хоногт: 0
Сүүлийн 7 хоногт: 0
Санал асуулга
Хүндэт гишүүд
Нэр: FENIX
Форум: 34
Сэтгэгдэл: 11
Нэр: Silva
Форум: 14
Сэтгэгдэл: 10
Нэр: zolboo
Форум: 0
Сэтгэгдэл: 5
Нэр: Admin_1
Форум: 8
Сэтгэгдэл: 5
Нэр: wohan
Форум: 14
Сэтгэгдэл: 5