მოგესალმები, სტუმარი! რეგისტრაცია RSS

Мой сайт

ხუთშაბათი, 2025-08-21
მთავარი » 2013 » ივნისი » 5 » ახალი ლამაზი მენიუ
2:37 AM
ახალი ლამაზი მენიუ
დასახელება:ახალი ლამაზი მენიუ 
ავტორი:ადმინი

აღწეა :ახალი ლამაზი ჩემ მიერ გადათარგმნილი და გასწორებული მენიუ




ეს კოდი ჩასვით The first container-ში

Code
<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-color: 5895d9;  
}  

.suckerdiv .subfolderstyle{  
background: url(http://nextsoft.at.ua/best/next-list.gif) 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 border="0" align="absmiddle" src="http://nextsoft.at.ua/best/home.png"> მთავარი</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/forum.png">კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/publ.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/top.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/soft.png"> მენიუ</a>  
<ul>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/01.png">კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/02.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/03.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/04.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/05.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/06.png">კატეგორია</a></li>  
</ul>  
</li>  

<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/ucoz.png"> მენიუ 2</a>  
<ul>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/01.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/02.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/03.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/04.png"> კატეგორია</a></li>  
</ul>  
</li>  

<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/fun.png"> მენიუ 3</a>  
<ul>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/01.png"> კატეგორია</a></li>  
<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/02.png"> კატეგორია</a></li>  
</ul>  
</li>  

<li><a href=""><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/img.png"> კატეგორია</a></li>  
<li><a href="" title="Бесплатный прогон по каталогам"><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/uifw.png"> კატეგორია</a></li>  
<li><a href="/gb/"><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/obr.png"> კატეგორია</a></li>  
<li><a href="" title="Автоматическая и Ручная! регистрация cайта в поисковых системах и каталогах"><img border="0" align="absmiddle" src="http://nextsoft.at.ua/best/reg.png"> კატეგორია</a></li>  
</ul>  
</b></div>
კატეგორია: სკრიფტები | ნანახია: 5031 | დაამატა: gig995 | რეიტინგი: 0.0/0
სულ კომენტარები: 2
1  SergeyBew   (2017-01-12 6:26 AM)
0
avatar
Сегодня днем исследовал материалы инета, случайно к своему восторгу обнаружил замечательный ресурс. Вот посмотрите: http://kinogolos.ru/news/chjornyj_spisok_smotret_onlajn/1-0-78 - чёрный список 4 сезон смотреть онлайн . Для меня данный вебсайт произвел хорошее впечатление. Всем пока!
2  gHgroxy   (2017-02-16 10:21 AM)
0
avatar
How in direction of System a Mount Buller Trip


If yourself are taking into consideration a Mount Buller trip, on your own are picking out a place getaway that sets your self aside towards the chill out. It does not consider lengthy for fresh website traffic in direction of Mt Buller and Mansfield towards quickly slide in just get pleasure from with the ecosystem and world of a tranquil oasis that creates for the great holiday vacation any period of calendar year. If your self are fascinated within just developing a trip that is a very little alternative and a notch or 2 around the typical family vacation, then oneself should really contemplate a Mt. Buller family vacation for your subsequent trip. Right here yourself will identify out all the things yourself have to have in the direction of comprehend that will aid yourself system your Mansfield holiday vacation or following personalized vacation http://www.noclegi-w-rewalu-2016.com.pl/noclegi-w-rewalu/noclegi-w-rewalu-co-zabrac-na-plaze - Noclegi w Rewalu.
Mansfield Lodging will be between your initially aspects towards look at off of your towards do record. The 1st point oneself need in direction of appearance if by yourself will be getting comfort of Mt. Buller working day excursions will be the Alzburg vacation resort. This vacation resort specials all of the features by yourself have to have toward create your trip just one that will be remembered endlessly. Your self will tumble within take pleasure in all around once more at Alzburg While oneself acquire aspect within their Mt Buller lodging applications, and your self will be geared up in the direction of ebook your upcoming holiday vacation below in advance of on your own even go away.
http://s11.postimg.org/wxsjmdbz7/jodlowa.jpg
Snowboarding may perhaps be your game of final decision and may possibly be the sole cause yourself are looking at this holiday vacation. If hence, on your own will need in the direction of pick a Mansfield lodging assistance that will assistance your self inside the preparations important for a Mansfield Ski Employ or Mt Buller elevate tickets. While snowboarding is a exceptionally prominent game inside the Space, if participants of your bash are not susceptible for the slopes, by yourself could possibly on top of that feel for inns that will support on your own prepare Mt. Buller working day excursions that will pride any traveler http://www.pokoje-w-rewalu-2016.com.pl/noclegi/rewal-noclegi-wyprawa-nad-morze - Rewal noclegi.
The summertime weeks Deliver an abundance of options for possibly Mt Buller working day excursions or resolution outside actions. On your own can take pleasure in horse driving, mountain cycling, mountaineering, or even rock soaring if yourself are the busy fashion. Snowboarding is not the merely game inside the wintertime, and your self may possibly moreover take into account snow shoeing, ice skating, or even tobogganing.
Within addition in the direction of a huge assortment of actual physical pursuits that on your own can love, by yourself furthermore need in the direction of identify Mansfield lodging that is in the vicinity of or centrally discovered towards the highly developed searching and eating features within the nearby. The neighborhood elements of Merrijig and Mansfield are dwelling towards a variety of dining establishments that will offer you decisions that will be sure to any individual. No matter if your self are on the lookout for a fantastic eating environment, or a everyday eatery or café, your self will uncover it in this article. Inside addition, there is a heavy business middle right here household in the direction of banking institutions, marketplaces, and pharmacies in direction of meet up with any requires of yours that could occur up in the course of your holiday vacation http://www.pokoje-w-rewalu-2016.com.pl/pokoje/ile-kosztuja-wczasy-nad-morzem - Pokoje Rewal.
As your self can check out, there are a amount of good reasons that produce Mt. Buller and Mansfield a place of preference for at present's traveler. If your self are seeking for a place holiday that is more than typical within words of practical experience, start off developing your Mansfield lodging at present!
დაამატე კომენტარი
სახელი *:
Email:
კოდი *: