TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,966
  • Latest: safir45
Stats
  • Total Posts: 195,982
  • Total Topics: 21,320
  • Online today: 1,031
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 406
  • Total: 406

Sol tarata Menü yapmak

Started by captain1520, January 23, 2009, 11:54:23 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

captain1520

aslÃ,,±nda tam aradÃ,,±Ã,,ŸÃ,,±m gÃ,,±bÃ,,± ama nsl yapÃ,,±lÃ,,±r onu cozemedÃ,,±m

Paragaya

Quote from: Paragaya on March 08, 2009, 01:43:11 PM
Hocam Çözdüm bloÃ,,Ÿunuza Ã...Ÿu kodlarÃ,,± okutun :)



Html / javascript yeni blok ekle



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>

<script type="text/javascript" src="jquery-1.2.6.pack.js"></script>

<script type="text/javascript" src="ddaccordion.js">

/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/

</script>


<script type="text/javascript">


ddaccordion.init({
headerclass: "expandable", //Shared CSS class name of headers group that are expandable
contentclass: "categoryitems", //Shared CSS class name of contents group
revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
animatedefault: false, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ["", "openheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
togglehtml: ["prefix", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
//do nothing
},
onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
//do nothing
}
})


</script>

<style type="text/css">

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(themes/babylon/images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(themes/babylon/images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(themes/babylon/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

</style>

</head>

<body>

<div class="arrowlistmenu">

<h3 class="menuheader expandable">CSS Library</h3>
<ul class="categoryitems">
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C1/">Horizontal CSS Menus</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C2/">Vertical CSS Menus</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C4/">Image CSS</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C6/">Form CSS</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C5/">DIVs and containers</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C7/">Links & Buttons</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/category/C8/">Other</a></li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/all/">Browse All</a></li>
</ul>

<h3 class="menuheader expandable">CSS Drive</h3>
<ul class="categoryitems">
<li><a href="http://www.cssdrive.com">CSS Gallery</a></li>
<li><a href="http://www.cssdrive.com/index.php/menudesigns/">Menu Gallery</a></li>
<li><a href="http://www.cssdrive.com/index.php/news/">Web Design News</a></li>
<li><a href="http://www.cssdrive.com/index.php/examples/">CSS Examples</a></li>
<li><a href="http://www.cssdrive.com/index.php/main/csscompressor/">CSS Compressor</a></li>
<li><a href="http://www.dynamicdrive.com/forums/forumdisplay.php?f=6">CSS Forums</a></li>
</ul>

<h3 class="menuheader expandable">JavaScript Kit</h3>
<ul class="categoryitems">
<li><a href="http://www.javascriptkit.com/cutpastejava.shtml" >Free JavaScripts</a></li>
<li><a href="http://www.javascriptkit.com/javatutors/">JavaScript tutorials</a></li>
<li><a href="http://www.javascriptkit.com/jsref/">JavaScript Reference</a></li>
<li><a href="http://www.javascriptkit.com/domref/">DOM Reference</a></li>
<li><a href="http://www.javascriptkit.com/dhtmltutors/">DHTML & CSS</a></li>
</ul>

<h3 class="menuheader" style="cursor: default">FeedBack</h3>
<div>
Regular contents here. Header does not expand or contact.
</div>

</div>

<p>Assuming the current page is named "current.htm", the below links when navigated to expands a particular header on that page:</p>
<p>
- <a href="current.htm?expandable=0">Expand 1st header within "expandable" header group</a><br />
- <a href="current.htm?expandable=2">Expand 3rd header within "expandable" header group</a><br />
</p>

<p>Helpful links: </p>
<p>
- <a href="http://www.dynamicdrive.com/dynamicindex17/ddaccordion_suppliment.htm">Adding arbitrary links hat expand/ collapse the contents</a><br />
- <a href="http://www.dynamicdrive.com/dynamicindex17/ddaccordion_suppliment2.htm">Taking advantage of the oninit() and onopenclose() event handlers</a><br />
</p>

</body>
</html>


Not : Sitenizi bilmediÃ,,Ÿimden dynamikdrive olan linkleri kendinize göre düzenlersiniz :)

Not 2: themes/babylon/images bu kÃ,,±sÃ,,±mlarÃ,,± kendinize göre düzenleyin :) Ve Burdaki Js ' leri Tema dizinine Burdaki resimleri images ' e atÃ,,±n.

captain1520

#12
alttakÃ,,± resÃ,,±mde gorunduÃ,,Ÿu gÃ,,±bÃ,,± resÃ,,±m bÃ,,±raz fazla dÃ,,±Ã...ŸarÃ,,± kaçtÃ,,± D

aslÃ,,±nda benÃ,,±m tam Ã,,±stedÃ,,±Ã,,ŸÃ,,± burdakÃ,,± :D

captain1520

#13
birde tinyportal 1.0.6 beta 2 yii kullanÃ,,±yorum acaba sizin baÃ...Ÿka öneriniz varmÃ,,±

Paragaya

Lütfen flood yapmayalÃ,,±m öncelikle  Senin Ã,,°stediÃ,,Ÿin buysa aynÃ,,± Ã...Ÿekilde html blok ekleyip kodlarÃ,,±nÃ,,± girin bloÃ,,Ÿa...

captain1520

#15


ilk önce özür dÃ,,±lerÃ,,±m flod dalgÃ,,±nlÃ,,±ktan yazmÃ,,±Ã...ŸÃ,,±m :D aslÃ,,±nda sayenÃ,,±zde bende bÃ,,±rÃ...Ÿeyler yaptÃ,,±m :D

scriptbox  yenÃ,,± blok ekle
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

<script type="text/javascript" src="ddaccordion.js">

/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/

</script>


<script type="text/javascript">


ddaccordion.init({
headerclass: "submenuheader", //Shared CSS class name of headers group
contentclass: "submenu", //Shared CSS class name of contents group
revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
animatedefault: false, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
togglehtml: ["suffix", "<img src='plus.gif' class='statusicon' />", "<img src='minus.gif' class='statusicon' />"], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
//do nothing
},
onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
//do nothing
}
})


</script>


<style type="text/css">

.glossymenu{
margin: 5px 0;
padding: 0;
width: 165px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(themes/KG/images/glossyback.gif) repeat-x center left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: red;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

</style>

</head>

<body>

<div class="glossymenu">
<a class="menuitem submenuheader" href="http://www.kingate.com" >Forum</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=18.0">Horizontal CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=19.0">Vertical CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=20.0">Image CSS</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com">Haberler</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=10.0">CSS Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=167.0">Menu Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=9.0">Web Design News</a></li>
<li><a href="http://www.kingate.com/index.php?board=168.0">CSS Examples</a></li>
<li><a href="http://www.kingate.com/index.php?board=178.0">CSS Compressor</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com" >KinGate GiriÃ...Ÿ</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=174.0">Vertical CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=4.0">Image CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=1.0">Form CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=97.0">DIVs and containers</a></li>
<li><a href="http://www.kingate.com/index.php?board=24.0">Links & Buttons</a></li>
<li><a href="http://www.kingate.com/index.php?board=173.0">Other</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com">Geyik&Mizah</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=95.0">CSS Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=12.0">Menu Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=39.0">Web Design News</a></li>
<li><a href="http://www.kingate.com/index.php?board=13.0">CSS Examples</a></li>
<li><a href="http://www.kingate.com/index.php?board=14.0">CSS Compressor</a></li>
<li><a href="http://www.kingate.com/index.php?board=15.0">CSS Forums</a></li>
<li><a href="http://www.kingate.com/index.php?board=16.0">CSS Examples</a></li>
<li><a href="http://www.kingate.com/index.php?board=17.0">CSS Compressor</a></li>
<li><a href="http://www.kingate.com/index.php?board=193.0">CSS Forums</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com" >Off-Topic</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=189.0">Horizontal CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=170.0">Vertical CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=91.0">Image CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=43.0">Form CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=58.0">DIVs and containers</a></li>
<li><a href="http://www.kingate.com/index.php?board=188.0">Links & Buttons</a></li>
<li><a href="http://www.kingate.com/index.php?board=23.0">Other</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com">Oyun Bölümü</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=29.0">CSS Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=26.0">Menu Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=28.0">Web Design News</a></li>
<li><a href="http://www.kingate.com/index.php?board=162.0">CSS Examples</a></li>
<li><a href="http://www.kingate.com/index.php?board=45.0">CSS Compressor</a></li>
<li><a href="http://www.kingate.com/index.php?board=27.0">CSS Forums</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com" >Knight Online</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=51.0">Horizontal CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=102.0">Vertical CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=103.0">Image CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=120.0">Form CSS</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com">Bilgisayar</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=5.0">CSS Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=156.0">Menu Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=70.0">Web Design News</a></li>
<li><a href="http://www.kingate.com/index.php?board=37.0">CSS Examples</a></li>
<li><a href="http://www.kingate.com/index.php?board=6.0">CSS Compressor</a></li>
<li><a href="http://www.kingate.com/index.php?board=7.0">CSS Forums</a></li>
<li><a href="http://www.kingate.com/index.php?board=42.0">CSS Examples</a></li>
<li><a href="http://www.kingate.com/index.php?board=46.0">CSS Compressor</a></li>
<li><a href="http://www.kingate.com/index.php?board=8.0">CSS Forums</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com" >Security-Güvenlik</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=31.0">Horizontal CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=165.0">Vertical CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=32.0">Image CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=33.0">Form CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=183.0">DIVs and containers</a></li>
<li><a href="http://www.kingate.com/index.php?board=182.0">Links & Buttons</a></li>
<li><a href="http://www.kingate.com/index.php?board=184.0">Other</a></li>
<li><a href="http://www.kingate.com/index.php?board=187.0">Browse All</a></li>
<li><a href="http://www.kingate.com/index.php?board=185.0">Other</a></li>
<li><a href="http://www.kingate.com/index.php?board=186.0">Browse All</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com">MSN Messenger</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=179.0">MSN Messenger</a></li>
</ul>
<img src="sy7295.gif" style="margin: 10px 5px" />
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com" >Spor&Spor Bahisleri</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=176.0">Horizontal CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=175.0">Vertical CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=98.0">Image CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=100.0">Form CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=99.0">DIVs and containers</a></li>
<li><a href="http://www.kingate.com/index.php?board=177.0">Links & Buttons</a></li>
<li><a href="http://www.kingate.com/index.php?board=101.0">Other</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com">Kültür&Sanat</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=171.0">CSS Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=172.0">Menu Gallery</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com" >Dini Konular</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=79.0">Horizontal CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=88.0">Vertical CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=71.0">Image CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=90.0">Form CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=80.0">DIVs and containers</a></li>
<li><a href="http://www.kingate.com/index.php?board=81.0">Links & Buttons</a></li>
<li><a href="http://www.kingate.com/index.php?board=87.0">Other</a></li>
<li><a href="http://www.kingate.com/index.php?board=82.0">Browse All</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com">Webmaster&TasarÃ,,±m </a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=192.0">CSS Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=96.0">Menu Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=49.0">Web Design News</a></li>
<li><a href="http://www.kingate.com/index.php?board=48.0">CSS Examples</a></li>
<li><a href="http://www.kingate.com/index.php?board=47.0">CSS Compressor</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com" >Cep TelefonlarÃ,,± vs.</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=166.0">Horizontal CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=164.0">Vertical CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=121.0">Image CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=72.0">Form CSS</a></li>
<li><a href="http://www.kingate.com/index.php?board=76.0">DIVs and containers</a></li>
<li><a href="http://www.kingate.com/index.php?board=75.0">Links & Buttons</a></li>
<li><a href="http://www.kingate.com/index.php?board=74.0">Other</a></li>
<li><a href="http://www.kingate.com/index.php?board=73.0">Browse All</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com">TV Dizileri-Sinema </a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=67.0">CSS Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=65.0">Menu Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=30.0">Web Design News</a></li>
<li><a href="http://www.kingate.com/index.php?board=11.0">CSS Examples</a></li>
<li><a href="http://www.kingate.com/index.php?board=66.0">CSS Compressor</a></li>
<li><a href="http://www.kingate.com/index.php?board=190.0">CSS Forums</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com" >Digital Uydu AlÃ,,±cÃ,,±larÃ,,± </a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=125.0">Horizontal CSS Menus</a></li>
<li><a href="http://www.kingate.com/index.php?board=126.0">Vertical CSS Menus</a></li>
</ul>
</div>
<a class="menuitem submenuheader" href="http://www.kingate.com">Müzik</a>
<div class="submenu">
<ul>
<li><a href="http://www.kingate.com/index.php?board=21.0">CSS Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=22.0">Menu Gallery</a></li>
<li><a href="http://www.kingate.com/index.php?board=62.0">Web Design News</a></li>
<li><a href="http://www.kingate.com/index.php?board=61.0">CSS Examples</a></li>
<li><a href="http://www.kingate.com/index.php?board=60.0">CSS Compressor</a></li>
<li><a href="http://www.kingate.com/index.php?board=59.0">CSS Forums</a></li>
</ul>
</div>


</body>
</html>


Altta verdÃ,,±Ã,,ŸÃ,,±m resÃ,,±mlerÃ,,± babylon/image klasörune   ddaccordion dosyasÃ,,±nÃ,,±da anadÃ,,±zÃ,,±ne atÃ,,±n olucak linkleride kendÃ,,±nÃ,,±ze gore ayarlayÃ,,±n

Paragaya


This website is proudly hosted on Crocweb Cloud Website Hosting.